Skip to content

Commit

Permalink
Bump GitHub action workflows (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored Nov 9, 2024
1 parent df44f75 commit fd0d87b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/errcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
build:
strategy:
matrix:
go: ["1.18.x", "1.19.x", "1.20.x", "1.21.x", "1.22.x"]
go: ["1.18.x", "1.19.x", "1.20.x", "1.21.x", "1.22.x", "1.23.x"]
name: go ${{ matrix.go }}
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Build
Expand Down

0 comments on commit fd0d87b

Please sign in to comment.