From 461c1da6de201dbb8fa6c700137e648b33b13c05 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 28 Aug 2023 19:35:23 -0700 Subject: update golang to v1.21; set GOEXPERIMENT=loopvar (#1256) * golang: update to v1.21, and set GOEXPERIMENT=loopvar * golang: go mod tidy --- .github/workflows/golang-test-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit 1.4.1