Skip to content

Commit

Permalink
Upgrade to go 1.21 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ackleymi committed Oct 30, 2023
1 parent 7ac689b commit d4e19d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.18'
go-version: '1.21'
- name: Install golangci-lint
run: |
curl -sSLO https://github.com/golangci/golangci-lint/releases/download/v$GOLANGCI_LINT_VERSION/golangci-lint-$GOLANGCI_LINT_VERSION-linux-amd64.tar.gz
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.18]
go: [1.21]
fix-version:
-
- fix40
Expand Down

0 comments on commit d4e19d7

Please sign in to comment.