Skip to content

Commit

Permalink
upgrade to go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Christie committed Sep 11, 2023
1 parent 534a121 commit 2cb2c3e
Show file tree
Hide file tree
Showing 2 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 @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: "1.20"
- name: Import GPG key
id: import_gpg
# TODO: move this to HashiCorp namespace or find alternative that is just simple gpg commands
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2.1.3
with:
go-version: 1.20
go-version: "1.20"
id: go

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2.1.3
with:
go-version: 1.20
go-version: "1.20"
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit 2cb2c3e

Please sign in to comment.