diff options
author | bnewbold <bnewbold@robocracy.org> | 2025-01-02 15:57:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-02 12:57:03 -0800 |
commit | 59709ad8d8743ae53272b1852b6948ea37eebfed (patch) | |
tree | 033793137c2c26cea79fcd1033288131e456ea16 /.github | |
parent | 85ad52e3981d00ec487e1bb5fc27819f63c2f8c4 (diff) | |
download | voidsky-59709ad8d8743ae53272b1852b6948ea37eebfed.tar.zst |
bump golang version to v1.23 (#7325)
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 c8124dbad..af849d135 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.22' + go-version: '1.23' - name: Dummy Static Files run: touch bskyweb/static/js/blah.js && touch bskyweb/static/css/blah.txt && 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.22' + go-version: '1.23' - name: Dummy Static Files run: touch bskyweb/static/js/blah.js && touch bskyweb/static/css/blah.txt && touch bskyweb/static/media/blah.txt - name: Lint |