diff options
author | bnewbold <bnewbold@robocracy.org> | 2023-08-28 19:35:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-28 19:35:23 -0700 |
commit | 461c1da6de201dbb8fa6c700137e648b33b13c05 (patch) | |
tree | e8a936ebf0ad58bae340b68f06e1f13a91c08c39 /.github | |
parent | 40e030793a23ecc4ff7a8da5cf32f705d067b77e (diff) | |
download | voidsky-461c1da6de201dbb8fa6c700137e648b33b13c05.tar.zst |
update golang to v1.21; set GOEXPERIMENT=loopvar (#1256)
* golang: update to v1.21, and set GOEXPERIMENT=loopvar * golang: go mod tidy
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/golang-test-lint.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/golang-test-lint.yml b/.github/workflows/golang-test-lint.yml index 096d1b933..2576c3479 100644 --- a/.github/workflows/golang-test-lint.yml +++ b/.github/workflows/golang-test-lint.yml @@ -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 |