mirror of
https://github.com/pnx/pinger.git
synced 2026-06-16 03:24:54 +02:00
.github/workflows/release.yml: set correct version
This commit is contained in:
parent
ad48db3b0a
commit
aa05c99bea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.20
|
go-version: "1.20"
|
||||||
|
|
||||||
- name: compile
|
- name: compile
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue