Skip to content

Commit 5197715

Browse files
committed
Update GitHub Actions workflow configuration
1 parent 1c0cc21 commit 5197715

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
golangci-lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/setup-go@v4
13+
- uses: actions/setup-go@v5
1414
with:
1515
go-version: 1.20
1616
- uses: actions/checkout@v4
@@ -23,15 +23,15 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
go-version: ['1.20', 1.21', '1.22', '1.23', '1.24']
26+
go-version: ['1.20', '1.21', '1.22', '1.23', '1.24']
2727
os: [ubuntu-latest, macos-latest, windows-latest]
2828
env:
2929
OS: ${{ matrix.os }}
3030
GOVERSION: ${{ matrix.go-version }}
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: Setup Go ${{ matrix.go-version }}
34-
uses: actions/setup-go@v4
34+
uses: actions/setup-go@v5
3535
with:
3636
go-version: ${{ matrix.go-version }}
3737
check-latest: true

0 commit comments

Comments
 (0)