Skip to content

Commit 65acdc1

Browse files
committed
Update github actions to use setup-go@v5
1 parent 8843636 commit 65acdc1

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
@@ -17,10 +17,10 @@ jobs:
1717
go-version: [ '1.13', '1.21', '1.22.x' ]
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- name: Setup Go ${{ matrix.go-version }}
23-
uses: actions/setup-go@v4
23+
uses: actions/setup-go@v5
2424
with:
2525
go-version: ${{ matrix.go-version }}
2626

0 commit comments

Comments
 (0)