Skip to content

Commit

Permalink
(chore) Bump Go to 1.17.2 (open-policy-agent#625)
Browse files Browse the repository at this point in the history
Signed-off-by: James Alseth <[email protected]>
  • Loading branch information
jalseth authored Oct 23, 2021
1 parent 186ae1b commit 6b6595d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v2
with:
go-version: "1.17.1"
go-version: "1.17.2"

- name: setup bats
uses: mig4/setup-bats@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v2
with:
go-version: "1.17.1"
go-version: "1.17.2"

- name: release
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 6b6595d

Please sign in to comment.