Skip to content

Commit 92e5aa4

Browse files
chore(deps): update dependency go to 1.25
1 parent 9689baa commit 92e5aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: 1.24
22+
go-version: 1.25
2323

2424
# Set up Node.js environment
2525
- name: Set up Node.js
@@ -113,7 +113,7 @@ jobs:
113113
- name: Setup Go
114114
uses: actions/setup-go@v5
115115
with:
116-
go-version: 1.22
116+
go-version: 1.25
117117
- name: Build
118118
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
119119
- name: Upload Release

0 commit comments

Comments
 (0)