update golang to v1.21; set GOEXPERIMENT=loopvar (#1256)
* golang: update to v1.21, and set GOEXPERIMENT=loopvar * golang: go mod tidy
This commit is contained in:
parent
40e030793a
commit
461c1da6de
6 changed files with 11 additions and 5 deletions
4
.github/workflows/golang-test-lint.yml
vendored
4
.github/workflows/golang-test-lint.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Set up Go tooling
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.20'
|
||||
go-version: '1.21'
|
||||
- name: Dummy JS File
|
||||
run: touch bskyweb/static/js/blah.js
|
||||
- name: Check
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Set up Go tooling
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.20'
|
||||
go-version: '1.21'
|
||||
- name: Dummy JS File
|
||||
run: touch bskyweb/static/js/blah.js
|
||||
- name: Lint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue