We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65d67e commit 4943f2fCopy full SHA for 4943f2f
.github/workflows/go.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- go-version: [1.19.x]
+ go-version: [1.24.x]
14
os: [ubuntu-latest, windows-latest]
15
steps:
16
- name: Set up Go
go.mod
@@ -1,6 +1,6 @@
1
module github.com/lylemi/ja3proxy
2
3
-go 1.21
+go 1.24
4
5
toolchain go1.24.1
6
0 commit comments