We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a99042 commit 5cf5665Copy full SHA for 5cf5665
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Go
28
uses: actions/setup-go@v5
29
with:
30
- go-version: 1.20.6
+ go-version: 1.21.9
31
32
- name: Import GPG key
33
id: import_gpg
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
- go-version: "1.20"
+ go-version: "1.21"
26
id: go
- name: Check out code into the Go module directory
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
- uses: hashicorp/setup-terraform@v3
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
92
93
94
0 commit comments