loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

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

Merge pull request 'Revert "[CI] pin go v1.22.2 version"' (#3045) from earl-warren/forgejo:wip-no-pin into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3045

+8 -8
+1 -1
.forgejo/workflows/build-release.yml
··· 43 43 44 44 - uses: https://code.forgejo.org/actions/setup-go@v4 45 45 with: 46 - go-version: "1.22.2" 46 + go-version: "1.22" 47 47 check-latest: true 48 48 49 49 - name: version from ref
+1 -1
.forgejo/workflows/e2e.yml
··· 17 17 - uses: https://code.forgejo.org/actions/checkout@v4 18 18 - uses: https://code.forgejo.org/actions/setup-go@v4 19 19 with: 20 - go-version: "1.22.2" 20 + go-version: "1.22" 21 21 check-latest: true 22 22 - run: | 23 23 apt-get -qq update
+1 -1
.forgejo/workflows/publish-release.yml
··· 64 64 if: vars.ROLE == 'forgejo-experimental' && secrets.OVH_APP_KEY != '' 65 65 uses: https://code.forgejo.org/actions/setup-go@v4 66 66 with: 67 - go-version: "1.22.2" 67 + go-version: "1.22" 68 68 check-latest: true 69 69 - name: update the _release.experimental DNS record 70 70 if: vars.ROLE == 'forgejo-experimental' && secrets.OVH_APP_KEY != ''
+5 -5
.forgejo/workflows/testing.yml
··· 22 22 - uses: https://code.forgejo.org/actions/checkout@v3 23 23 - uses: https://code.forgejo.org/actions/setup-go@v4 24 24 with: 25 - go-version: "1.22.2" 25 + go-version: "1.22" 26 26 check-latest: true 27 27 - run: make deps-backend deps-tools 28 28 - run: make --always-make -j$(nproc) lint-backend checks-backend # ensure the "go-licenses" make target runs ··· 57 57 - uses: https://code.forgejo.org/actions/checkout@v3 58 58 - uses: https://code.forgejo.org/actions/setup-go@v4 59 59 with: 60 - go-version: "1.22.2" 60 + go-version: "1.22" 61 61 - run: | 62 62 git config --add safe.directory '*' 63 63 adduser --quiet --comment forgejo --disabled-password forgejo ··· 102 102 - uses: https://code.forgejo.org/actions/checkout@v3 103 103 - uses: https://code.forgejo.org/actions/setup-go@v4 104 104 with: 105 - go-version: "1.22.2" 105 + go-version: "1.22" 106 106 - name: install dependencies & git >= 2.42 107 107 run: | 108 108 export DEBIAN_FRONTEND=noninteractive ··· 149 149 - uses: https://code.forgejo.org/actions/checkout@v3 150 150 - uses: https://code.forgejo.org/actions/setup-go@v4 151 151 with: 152 - go-version: "1.22.2" 152 + go-version: "1.22" 153 153 - name: install dependencies & git >= 2.42 154 154 run: | 155 155 export DEBIAN_FRONTEND=noninteractive ··· 186 186 - uses: https://code.forgejo.org/actions/checkout@v3 187 187 - uses: https://code.forgejo.org/actions/setup-go@v4 188 188 with: 189 - go-version: "1.22.2" 189 + go-version: "1.22" 190 190 - name: install dependencies & git >= 2.42 191 191 run: | 192 192 export DEBIAN_FRONTEND=noninteractive