Skip to content

Commit

Permalink
Align exact version in release.yaml (#703)
Browse files Browse the repository at this point in the history
related to #697, #698

align exact GO version with release.yaml, terrascan.yaml

Signed-off-by: kuritka <[email protected]>
  • Loading branch information
kuritka authored Oct 27, 2021
1 parent fd5e316 commit 9df5cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.16.9
- name: Login to Dockerhub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 9df5cb1

Please sign in to comment.