about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2024-06-24 19:10:29 -0700
committerGitHub <noreply@github.com>2024-06-24 19:10:29 -0700
commit363d18a40e158950b5fd88d071b1726ee98e6f26 (patch)
treeedd633c1662e33596960028b47f76ec6808220d3 /.github
parentefbc6d4f1b96c1ea08639b9ed459d81f2520dd73 (diff)
downloadvoidsky-363d18a40e158950b5fd88d071b1726ee98e6f26.tar.zst
CI: bump some more golang versions to v1.22 (#4635)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/golang-test-lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/golang-test-lint.yml b/.github/workflows/golang-test-lint.yml
index a87e7f144..36e28841d 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.21'
+          go-version: '1.22'
       - name: Dummy Static Files
         run: touch bskyweb/static/js/blah.js && touch bskyweb/static/media/blah.txt
       - name: Check
@@ -36,7 +36,7 @@ jobs:
       - name: Set up Go tooling
         uses: actions/setup-go@v3
         with:
-          go-version: '1.21'
+          go-version: '1.22'
       - name: Dummy Static Files
         run: touch bskyweb/static/js/blah.js && touch bskyweb/static/media/blah.txt
       - name: Lint