Skip to content

Commit ac073af

Browse files
committed
Upgrade github actions
1 parent b293fdd commit ac073af

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,17 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414

15-
- name: Set up Go 1.x
16-
uses: actions/setup-go@v2
15+
- uses: actions/checkout@v2
16+
17+
- name: Set up Go
18+
uses: actions/setup-go@v5
1719
with:
1820
go-version: ^1.23
1921
id: go
2022

2123
- name: Install libzmq
2224
run: sudo apt-get install libzmq3-dev
2325

24-
- name: Check out code into the Go module directory
25-
uses: actions/checkout@v2
26-
2726
- name: Get dependencies
2827
run: |
2928
go get -v -t -d ./...

0 commit comments

Comments
 (0)