Skip to content

Commit fe38392

Browse files
author
Craig Pastro
committed
Try v4 of setup-go
1 parent 377d1c3 commit fe38392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 deletions
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@v3
13+
- uses: actions/setup-go@v4
1414
with:
1515
go-version: 1.20
1616
- uses: actions/checkout@v3
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v3
3333
- name: Setup Go ${{ matrix.go-version }}
34-
uses: actions/setup-go@v3
34+
uses: actions/setup-go@v4
3535
with:
3636
go-version: ${{ matrix.go-version }}
3737
check-latest: true

0 commit comments

Comments
 (0)