💚 Update Go version to 1.24
Some checks are pending
Stability Tests / Stability Tests (1.24, macos-latest) (push) Waiting to run
Stability Tests / Stability Tests (1.24, ubuntu-latest, true) (push) Waiting to run
Stability Tests / Stability Tests (1.24, windows-latest) (push) Waiting to run

This commit is contained in:
2025-03-14 01:07:47 +08:00
parent 0a1f393828
commit 1f3323def0
2 changed files with 3 additions and 3 deletions

View File

@@ -15,10 +15,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
go-version: ['1.19', '1.20']
go-version: ['1.24']
include:
- os: ubuntu-latest
go-version: '1.20'
go-version: '1.24'
run-long-tests: true
steps:

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/landaiqing/go-xcipher
go 1.24.0
go 1.24
require golang.org/x/crypto v0.36.0