Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

CI: bump some more golang versions to v1.22 (#4635)

authored by

bnewbold and committed by
GitHub
363d18a4 efbc6d4f

+2 -2
+2 -2
.github/workflows/golang-test-lint.yml
··· 19 19 - name: Set up Go tooling 20 20 uses: actions/setup-go@v3 21 21 with: 22 - go-version: '1.21' 22 + go-version: '1.22' 23 23 - name: Dummy Static Files 24 24 run: touch bskyweb/static/js/blah.js && touch bskyweb/static/media/blah.txt 25 25 - name: Check ··· 36 36 - name: Set up Go tooling 37 37 uses: actions/setup-go@v3 38 38 with: 39 - go-version: '1.21' 39 + go-version: '1.22' 40 40 - name: Dummy Static Files 41 41 run: touch bskyweb/static/js/blah.js && touch bskyweb/static/media/blah.txt 42 42 - name: Lint