Skip to content

Commit 23e6fd6

Browse files
committed
Upgrade pipeline
1 parent dfe5270 commit 23e6fd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@v3
17+
uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.19
19+
go-version: 1.22
2020

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

0 commit comments

Comments
 (0)