Skip to content

Commit acff8c8

Browse files
committed
Update actions
1 parent 2b8c155 commit acff8c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v1
8-
- uses: actions/setup-go@v1
7+
- uses: actions/checkout@v4
8+
- uses: actions/setup-go@v5
99
with:
1010
go-version: 1.x
1111
- run: go test -v ./...

0 commit comments

Comments
 (0)