Skip to content

Commit

Permalink
update golang version to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Iceber committed Dec 23, 2021
1 parent c31607f commit 7d831a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: 1.16
go-version: 1.17
- name: Login registry
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit 7d831a0

Please sign in to comment.