Skip to content

Commit 4943f2f

Browse files
committed
cicd: upgrade golang version to 1.24 in workflow
1 parent e65d67e commit 4943f2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
go-version: [1.19.x]
13+
go-version: [1.24.x]
1414
os: [ubuntu-latest, windows-latest]
1515
steps:
1616
- name: Set up Go

go.mod

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

3-
go 1.21
3+
go 1.24
44

55
toolchain go1.24.1
66

0 commit comments

Comments
 (0)