Skip to content

Commit

Permalink
Merge pull request #1 from mesosphere/dkoshkin/feat-go-1.21
Browse files Browse the repository at this point in the history
feat: update to Go 1.21
  • Loading branch information
dkoshkin authored Oct 22, 2024
2 parents 28e18d8 + 25b3327 commit eaf9ece
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version-file: go.mod

# if tag release
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version-file: go.mod
cache: false

- name: go get
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/YaleUniversity/packer-provisioner-goss

go 1.16
go 1.22.8

require (
github.com/hashicorp/hcl/v2 v2.21.0
Expand Down

0 comments on commit eaf9ece

Please sign in to comment.