Skip to content

Commit 48d11cd

Browse files
committed
chore: Update CI runner to ubuntu-latest and Go version to 1.26.0.
1 parent 4c23415 commit 48d11cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wireproxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
name: Cross compile WireProxy
1414

15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616

1717
env:
1818
workdir: ./WireProxy

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/pufferffish/wireproxy
22

3-
go 1.24.0
3+
go 1.26.0
44

55
require (
66
github.com/MakeNowJust/heredoc/v2 v2.0.1

0 commit comments

Comments
 (0)