Skip to content

Commit fd0d87b

Browse files
authored
Bump GitHub action workflows (#258)
1 parent df44f75 commit fd0d87b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/errcheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
go: ["1.18.x", "1.19.x", "1.20.x", "1.21.x", "1.22.x"]
13+
go: ["1.18.x", "1.19.x", "1.20.x", "1.21.x", "1.22.x", "1.23.x"]
1414
name: go ${{ matrix.go }}
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Set up Go
20-
uses: actions/setup-go@v4
20+
uses: actions/setup-go@v5
2121
with:
2222
go-version: ${{ matrix.go }}
2323
- name: Build

0 commit comments

Comments
 (0)