Skip to content

Commit

Permalink
Use Go 1.16 in GitHub actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom committed Mar 23, 2021
1 parent 71bc657 commit 87dee9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.15.x'
go-version: '1.16.x'
- uses: actions/checkout@v1
- name: Get dependencies
run: go mod download
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.15.x'
go-version: '1.16.x'
- uses: actions/checkout@v1
- name: Get dependencies
run: go mod download
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.15.x'
go-version: '1.16.x'
- uses: actions/checkout@v1
- name: Get dependencies
run: go mod download
Expand Down

0 comments on commit 87dee9b

Please sign in to comment.