Chore: bump to go1.21 (#292)

This commit is contained in:
Jason Lyu
2023-08-29 01:30:11 +08:00
committed by GitHub
parent 73ea4358cb
commit b470006fb6
5 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
uses: actions/setup-go@v4
with:
check-latest: true
go-version: '1.20'
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
+2 -2
View File
@@ -20,10 +20,10 @@ jobs:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
check-latest: true
go-version: '1.20'
go-version: '1.21'
- name: Cache go module
uses: actions/cache@v3