Skip to content

Commit 1990af9

Browse files
Update dependency go to 1.24
1 parent a4b1f3b commit 1990af9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prerequisites.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- name: Setup Go 1.19
88
uses: actions/setup-go@v5
99
with:
10-
go-version: '1.19'
10+
go-version: '1.24'
1111

1212
- name: Install goimports
1313
run: go install golang.org/x/tools/cmd/goimports@latest
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Go 1.19
3030
uses: actions/setup-go@v5
3131
with:
32-
go-version: '1.19'
32+
go-version: '1.24'
3333

3434
- name: Checkout the repository
3535
uses: actions/checkout@v4
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Go 1.19
4646
uses: actions/setup-go@v5
4747
with:
48-
go-version: '1.19'
48+
go-version: '1.24'
4949

5050
- name: Checkout the repository
5151
uses: actions/checkout@v4

0 commit comments

Comments
 (0)