Skip to content

Commit

Permalink
Update golang version in golang lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed Oct 9, 2023
1 parent 9a842a8 commit e53f309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "1.20.x"
go-version: "1.21.x"
cache: false
- name: Install dependencies
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit e53f309

Please sign in to comment.