Skip to content

Commit dc117b2

Browse files
Merge pull request #484 from MrEcco/main
Enable config file based configuration
2 parents 637a6a2 + 2cd03e4 commit dc117b2

File tree

6 files changed

+1096
-282
lines changed

6 files changed

+1096
-282
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
go-version: ["1.23.x", "1.24.x"]
17+
go-version: ["1.24.x", "1.25.x"]
1818
steps:
1919
- uses: actions/checkout@v5
2020
with:
@@ -32,7 +32,7 @@ jobs:
3232
mv bin/gvproxy.exe bin/gvproxy-windowsgui.exe
3333
3434
- uses: actions/upload-artifact@v4
35-
if: matrix.go-version == '1.23.x'
35+
if: matrix.go-version == '1.24.x'
3636
with:
3737
name: gvisor-tap-vsock-binaries
3838
path: bin/*

0 commit comments

Comments
 (0)