Skip to content

Commit

Permalink
Merge pull request #62 from embano1/issue-61
Browse files Browse the repository at this point in the history
chore: Update workflows
  • Loading branch information
embano1 authored Jan 14, 2023
2 parents c9003d3 + b558adf commit 0c8a558
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19

- name: Check out code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Go Tests
strategy:
matrix:
go-version: ["1.16", "1.17"]
go-version: ["1.16", "1.17", "1.18", "1.19"]
platform: ["ubuntu-latest", "windows-latest"]

runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 0c8a558

Please sign in to comment.