Skip to content

Commit a5a8c10

Browse files
authored
Update go.yml
1 parent 7544578 commit a5a8c10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v4.2.2
1616

1717
- name: Set up Go
18-
uses: actions/setup-go@v4
18+
uses: actions/setup-go@v5.1.0
1919
with:
20-
go-version: '1.20'
20+
go-version: '1.23'
2121

2222
- name: Build
2323
run: go build -v ./...

0 commit comments

Comments
 (0)