Skip to content

Commit 5cf5665

Browse files
committed
update go version
1 parent 8a99042 commit 5cf5665

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v5
2929
with:
30-
go-version: 1.20.6
30+
go-version: 1.21.9
3131

3232
- name: Import GPG key
3333
id: import_gpg

.github/workflows/test.yml

+3-3
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.20"
25+
go-version: "1.21"
2626
id: go
2727

2828
- name: Check out code into the Go module directory
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up Go
5959
uses: actions/setup-go@v5
6060
with:
61-
go-version: "1.20"
61+
go-version: "1.21"
6262
id: go
6363

6464
- uses: hashicorp/setup-terraform@v3
@@ -88,7 +88,7 @@ jobs:
8888
- name: Set up Go
8989
uses: actions/setup-go@v5
9090
with:
91-
go-version: "1.20"
91+
go-version: "1.21"
9292
id: go
9393

9494
- uses: hashicorp/setup-terraform@v3

0 commit comments

Comments
 (0)