Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client

CI: auto-detect go runtime version from go.mod (#9766)

authored by bnewbold.net and committed by

GitHub a18f1b68 b9c92d39

+6 -6
+6 -6
.github/workflows/golang-test-lint.yml
··· 15 runs-on: ubuntu-latest 16 steps: 17 - name: Git Checkout 18 - uses: actions/checkout@v4 19 - name: Set up Go tooling 20 - uses: actions/setup-go@v3 21 with: 22 - go-version: "1.25" 23 - name: Dummy Static Files 24 run: touch bskyweb/static/js/blah.js && touch bskyweb/static/css/blah.txt && touch bskyweb/static/media/blah.txt 25 - name: Check ··· 32 runs-on: ubuntu-latest 33 steps: 34 - name: Git Checkout 35 - uses: actions/checkout@v4 36 - name: Set up Go tooling 37 - uses: actions/setup-go@v3 38 with: 39 - go-version: "1.25" 40 - name: Dummy Static Files 41 run: touch bskyweb/static/js/blah.js && touch bskyweb/static/css/blah.txt && touch bskyweb/static/media/blah.txt 42 - name: Lint
··· 15 runs-on: ubuntu-latest 16 steps: 17 - name: Git Checkout 18 + uses: actions/checkout@v5 19 - name: Set up Go tooling 20 + uses: actions/setup-go@v6 21 with: 22 + go-version-file: bskyweb/go.mod 23 - name: Dummy Static Files 24 run: touch bskyweb/static/js/blah.js && touch bskyweb/static/css/blah.txt && touch bskyweb/static/media/blah.txt 25 - name: Check ··· 32 runs-on: ubuntu-latest 33 steps: 34 - name: Git Checkout 35 + uses: actions/checkout@v5 36 - name: Set up Go tooling 37 + uses: actions/setup-go@v6 38 with: 39 + go-version-file: bskyweb/go.mod 40 - name: Dummy Static Files 41 run: touch bskyweb/static/js/blah.js && touch bskyweb/static/css/blah.txt && touch bskyweb/static/media/blah.txt 42 - name: Lint