Skip to content

Commit

Permalink
upgrade to go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jbsv committed Feb 8, 2025
1 parent 5bb2d92 commit 192e892
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Set up Go 1.21
uses: actions/setup-go@v4
- name: Set up Go 1.23
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"

- name: Lint
run: make lint
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Set up Go 1.21
uses: actions/setup-go@v4
- name: Set up Go 1.23
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"

- name: Test without coverage
env:
Expand Down

0 comments on commit 192e892

Please sign in to comment.