Skip to content

Commit d4e19d7

Browse files
committed
Upgrade to go 1.21 in ci
1 parent 7ac689b commit d4e19d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Go
2727
uses: actions/setup-go@v2
2828
with:
29-
go-version: '1.18'
29+
go-version: '1.21'
3030
- name: Install golangci-lint
3131
run: |
3232
curl -sSLO https://github.com/golangci/golangci-lint/releases/download/v$GOLANGCI_LINT_VERSION/golangci-lint-$GOLANGCI_LINT_VERSION-linux-amd64.tar.gz
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
go: [1.18]
46+
go: [1.21]
4747
fix-version:
4848
-
4949
- fix40

0 commit comments

Comments
 (0)