Skip to content

Commit

Permalink
ci: use Go version from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
tzdybal committed Sep 18, 2024
1 parent 49f54f5 commit f132b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
- name: set up go
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version }}
go-version-file: 'go.mod'
- run: make proto-gen
- run: make proto-lint
2 changes: 1 addition & 1 deletion .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version }}
go-version-file: 'go.mod'
- name: "Check protobuf generated code matches committed code"
# yamllint disable
run: |
Expand Down

0 comments on commit f132b11

Please sign in to comment.