Skip to content

Commit

Permalink
Change Go version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop committed Dec 27, 2020
1 parent b0ecbd7 commit 28e9542
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ on:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.16beta1 ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.16.x ]
go-version: [ 1.16beta1 ]
runs-on: ubuntu-latest
steps:
- name: Install Go
Expand Down

0 comments on commit 28e9542

Please sign in to comment.