Skip to content

Commit

Permalink
Use Go 1.16 in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom committed Jun 4, 2021
1 parent 7c96aad commit 692f091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.15.x'
go-version: '1.16.x'
- uses: actions/checkout@v2
- name: Get dependencies
run: go mod download
Expand Down

0 comments on commit 692f091

Please sign in to comment.