Skip to content

Commit 1adce33

Browse files
authored
Update Go to v1.22 (#410)
1 parent fff5460 commit 1adce33

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/pre-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ jobs:
7979
sudo systemctl restart docker
8080
sudo ls -la /mnt/docker-storage
8181
82-
- name: Set up Go 1.21
82+
- name: Set up Go 1.22
8383
uses: actions/setup-go@v5
8484
with:
85-
go-version: 1.21.7
85+
go-version: 1.22.1
8686

8787
- name: Disable default go problem matcher
8888
run: echo "::remove-matcher owner=go::"

.github/workflows/preflight.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Set up Go 1.21
20+
- name: Set up Go 1.22
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: 1.21.7
23+
go-version: 1.22.1
2424

2525
- name: Disable default go problem matcher
2626
run: echo "::remove-matcher owner=go::"
@@ -58,10 +58,10 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v4
6060

61-
- name: Set up Go 1.21
61+
- name: Set up Go 1.22
6262
uses: actions/setup-go@v5
6363
with:
64-
go-version: 1.21.7
64+
go-version: 1.22.1
6565

6666
- name: Disable default go problem matcher
6767
run: echo "::remove-matcher owner=go::"

test-partner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN \
2626

2727
# Install Go binary
2828
ENV \
29-
GO_BIN_TAR=go1.21.7.linux-amd64.tar.gz \
29+
GO_BIN_TAR=go1.22.1.linux-amd64.tar.gz \
3030
GO_DL_URL=https://golang.org/dl \
3131
GOPATH=/root/go \
3232
TEMP_DIR=/tmp

testapp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module main
22

3-
go 1.21
3+
go 1.22

0 commit comments

Comments
 (0)