We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9689baa commit 0b38597Copy full SHA for 0b38597
.github/workflows/audit.yml
@@ -113,7 +113,7 @@ jobs:
113
- name: Setup Go
114
uses: actions/setup-go@v5
115
with:
116
- go-version: 1.22
+ go-version: 1.24
117
- name: Build
118
run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build -o skypier-vpn-${{ matrix.os }}-${{ matrix.arch }} -ldflags "-s -w" -trimpath -buildvcs=false cmd/skypier-vpn-node/main.go
119
- name: Upload Release
0 commit comments