Skip to content

Commit

Permalink
update docker contaier build action
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Jul 19, 2023
1 parent 58ad54e commit de4a29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go ${{ matrix.goVer }}
uses: actions/setup-go@v1
with:
go-version: '1.19.x'
go-version: '1.20.x'
id: go

- name: Src Checkout
Expand Down

0 comments on commit de4a29b

Please sign in to comment.