Skip to content

Commit

Permalink
update github workflows- go version (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchavakis committed Sep 8, 2022
1 parent 8b0a5f5 commit 2b42296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: ["1.15.x", "1.16.x", "1.17.x"]
go-version: ["1.17.x", "1.18.x", "1.19.x"]
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
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.17.0"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
Expand Down

0 comments on commit 2b42296

Please sign in to comment.