Skip to content

Commit f5cd633

Browse files
author
Earl Warren
committed
Merge pull request '[v7.0/forgejo] Revert "[CI] pin go v1.22.2 version"' (go-gitea#3051) from bp-v7.0/forgejo-2625335 into v7.0/forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3051 Reviewed-by: Earl Warren <[email protected]>
2 parents 2ed0a56 + 5374cb6 commit f5cd633

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.forgejo/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: https://code.forgejo.org/actions/setup-go@v4
4545
with:
46-
go-version: "1.22.2"
46+
go-version: "1.22"
4747
check-latest: true
4848

4949
- name: version from ref

.forgejo/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: https://code.forgejo.org/actions/checkout@v4
1818
- uses: https://code.forgejo.org/actions/setup-go@v4
1919
with:
20-
go-version: "1.22.2"
20+
go-version: "1.22"
2121
check-latest: true
2222
- run: |
2323
apt-get -qq update

.forgejo/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: vars.ROLE == 'forgejo-experimental' && secrets.OVH_APP_KEY != ''
6565
uses: https://code.forgejo.org/actions/setup-go@v4
6666
with:
67-
go-version: "1.22.2"
67+
go-version: "1.22"
6868
check-latest: true
6969
- name: update the _release.experimental DNS record
7070
if: vars.ROLE == 'forgejo-experimental' && secrets.OVH_APP_KEY != ''

.forgejo/workflows/testing.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: https://code.forgejo.org/actions/checkout@v3
2323
- uses: https://code.forgejo.org/actions/setup-go@v4
2424
with:
25-
go-version: "1.22.2"
25+
go-version: "1.22"
2626
check-latest: true
2727
- run: make deps-backend deps-tools
2828
- run: make --always-make -j$(nproc) lint-backend checks-backend # ensure the "go-licenses" make target runs
@@ -57,7 +57,7 @@ jobs:
5757
- uses: https://code.forgejo.org/actions/checkout@v3
5858
- uses: https://code.forgejo.org/actions/setup-go@v4
5959
with:
60-
go-version: "1.22.2"
60+
go-version: "1.22"
6161
- run: |
6262
git config --add safe.directory '*'
6363
adduser --quiet --comment forgejo --disabled-password forgejo
@@ -102,7 +102,7 @@ jobs:
102102
- uses: https://code.forgejo.org/actions/checkout@v3
103103
- uses: https://code.forgejo.org/actions/setup-go@v4
104104
with:
105-
go-version: "1.22.2"
105+
go-version: "1.22"
106106
- name: install dependencies & git >= 2.42
107107
run: |
108108
export DEBIAN_FRONTEND=noninteractive
@@ -149,7 +149,7 @@ jobs:
149149
- uses: https://code.forgejo.org/actions/checkout@v3
150150
- uses: https://code.forgejo.org/actions/setup-go@v4
151151
with:
152-
go-version: "1.22.2"
152+
go-version: "1.22"
153153
- name: install dependencies & git >= 2.42
154154
run: |
155155
export DEBIAN_FRONTEND=noninteractive
@@ -186,7 +186,7 @@ jobs:
186186
- uses: https://code.forgejo.org/actions/checkout@v3
187187
- uses: https://code.forgejo.org/actions/setup-go@v4
188188
with:
189-
go-version: "1.22.2"
189+
go-version: "1.22"
190190
- name: install dependencies & git >= 2.42
191191
run: |
192192
export DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)