Skip to content

Commit eaf9ece

Browse files
authored
Merge pull request #1 from mesosphere/dkoshkin/feat-go-1.21
feat: update to Go 1.21
2 parents 28e18d8 + 25b3327 commit eaf9ece

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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.21"
25+
go-version-file: go.mod
2626

2727
# if tag release
2828
-

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-go@v5
1414
with:
15-
go-version: '1.21'
15+
go-version-file: go.mod
1616
cache: false
1717

1818
- name: go get

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/YaleUniversity/packer-provisioner-goss
22

3-
go 1.16
3+
go 1.22.8
44

55
require (
66
github.com/hashicorp/hcl/v2 v2.21.0

0 commit comments

Comments
 (0)