Skip to content

Commit

Permalink
Merge pull request #38 from cli/bump-go
Browse files Browse the repository at this point in the history
Test with Go 1.19
  • Loading branch information
mislav committed Dec 16, 2022
2 parents f564fe4 + 2a179e4 commit f76cc80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
test:
strategy:
matrix:
go: [ '1.13', '1.15' ]
go: [ '1.13', '1.15', '1.16', '1.17', '1.18', '1.19' ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
fail-fast: false

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Expand Up @@ -16,17 +16,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Go 1.15
uses: actions/setup-go@v2
- name: Set up Go 1.19
uses: actions/setup-go@v3
with:
go-version: 1.15
go-version: 1.19

- name: Check out code
uses: actions/checkout@v2

- name: Verify dependencies
env:
LINT_VERSION: 1.33.0
LINT_VERSION: 1.50.1
run: |
go mod verify
go mod download
Expand Down

0 comments on commit f76cc80

Please sign in to comment.