We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28e18d8 + 25b3327 commit eaf9eceCopy full SHA for eaf9ece
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
name: Set up Go
23
uses: actions/setup-go@v5
24
with:
25
- go-version: "1.21"
+ go-version-file: go.mod
26
27
# if tag release
28
-
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
13
- uses: actions/setup-go@v5
14
15
- go-version: '1.21'
16
cache: false
17
18
- name: go get
go.mod
@@ -1,6 +1,6 @@
1
module github.com/YaleUniversity/packer-provisioner-goss
2
3
-go 1.16
+go 1.22.8
4
5
require (
6
github.com/hashicorp/hcl/v2 v2.21.0
0 commit comments