Skip to content

Commit

Permalink
CI: Update Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcktr committed Jan 18, 2022
1 parent 6eb20db commit 361b6ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.13, 1.14, 1.15]
go-version: [1.15, 1.16, 1.x]
steps:
- name: Install Go
uses: actions/setup-go@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.17

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 361b6ae

Please sign in to comment.