Skip to content

Commit 0b38597

Browse files
chore(deps): update dependency go to 1.24
1 parent 9689baa commit 0b38597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.24
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)