Skip to content

Commit

Permalink
Merge pull request #91 from embano1/go-versions
Browse files Browse the repository at this point in the history
chore: update go versions in workflows
  • Loading branch information
embano1 authored Nov 8, 2024
2 parents ff18b86 + 5ea4683 commit 002b7d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.23"

- name: Get short TAG
run: |
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.18", "1.19", "1.20","1.21"]
go-version: ["1.21","1.22","1.23"]
platform: ["ubuntu-latest", "windows-latest"]

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

0 comments on commit 002b7d8

Please sign in to comment.