diff --git a/.github/workflows/golang-test-lint.yml b/.github/workflows/golang-test-lint.yml index a87e7f14..36e28841 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