Skip to content

Commit aeb1c57

Browse files
committed
ci: fix go version to that defined in go.mod
1 parent 8c9d011 commit aeb1c57

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: "1.22"
25+
go-version: "1.24.2"
2626
id: go
2727

2828
- name: Check out code into the Go module directory
@@ -80,7 +80,7 @@ jobs:
8080
- name: Set up Go
8181
uses: actions/setup-go@v5
8282
with:
83-
go-version: '1.22'
83+
go-version: "1.24.2"
8484

8585
- name: Import GPG key
8686
id: import_gpg

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: "1.22"
25+
go-version: "1.24.2"
2626
id: go
2727

2828
- name: Check out code into the Go module directory
@@ -95,7 +95,7 @@ jobs:
9595
- name: Set up Go
9696
uses: actions/setup-go@v5
9797
with:
98-
go-version: "1.22"
98+
go-version: "1.24.2"
9999
id: go
100100

101101
- uses: hashicorp/setup-terraform@v3
@@ -125,7 +125,7 @@ jobs:
125125
- name: Set up Go
126126
uses: actions/setup-go@v5
127127
with:
128-
go-version: "1.22"
128+
go-version: "1.24.2"
129129
id: go
130130

131131
- uses: hashicorp/setup-terraform@v3

0 commit comments

Comments
 (0)