Skip to content

Commit

Permalink
.github/workflows/release.yml: use Golang 1.22 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev authored Apr 3, 2024
1 parent 216df5b commit 42fc7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.22
- name: Describe plugin
id: plugin_describe
run: echo "::set-output name=api_version::$(go run . describe | jq -r '.api_version')"
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 packer-plugin-tart

go 1.21
go 1.22

toolchain go1.22.1

Expand Down

0 comments on commit 42fc7fe

Please sign in to comment.