Skip to content

Commit

Permalink
Use newly released Go 1.15 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom committed Aug 12, 2020
1 parent d0262d4 commit b5b971f
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.14.x'
go-version: '1.15.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.14.x'
go-version: '1.15.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.14.x'
go-version: '1.15.x'
- uses: actions/checkout@v1
- name: Get dependencies
run: go mod download
Expand Down

0 comments on commit b5b971f

Please sign in to comment.