We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9689baa commit 92e5aa4Copy full SHA for 92e5aa4
.github/workflows/audit.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v5
21
with:
22
- go-version: 1.24
+ go-version: 1.25
23
24
# Set up Node.js environment
25
- name: Set up Node.js
@@ -113,7 +113,7 @@ jobs:
113
- name: Setup Go
114
115
116
- go-version: 1.22
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