Skip to content

Commit

Permalink
use go 1.16 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinkyfingers authored Jul 19, 2021
1 parent 10267fa commit 92056ca
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 @@ -17,7 +17,7 @@ jobs:
- name: Go Version
uses: actions/setup-go@v2
with:
go-version: '1.15.1'
go-version: '1.16'
- name: Push to Docker Hub
uses: docker/build-push-action@v1
with:
Expand Down

0 comments on commit 92056ca

Please sign in to comment.