Skip to content

Commit

Permalink
Bump CI Go version to 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Sean McGinnis <[email protected]>
  • Loading branch information
stmcginnis committed Jul 5, 2024
1 parent bc70b42 commit 7fac89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.20.0'
go-version: '1.22.0'

# Build the code
- name: Run build
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.20.0'
go-version: '1.22.0'

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
Expand Down

0 comments on commit 7fac89e

Please sign in to comment.