1
0
Fork 0
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:
Henrik Hautakoski 2025-05-30 16:39:08 +02:00
parent ad48db3b0a
commit aa05c99bea

View file

@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: "1.20"
- name: compile
run: |