From 1f3323def0652c9a4bd051d1293a34898078a194 Mon Sep 17 00:00:00 2001 From: landaiqing Date: Fri, 14 Mar 2025 01:07:47 +0800 Subject: [PATCH] :green_heart: Update Go version to 1.24 --- .github/workflows/stability-tests.yml | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stability-tests.yml b/.github/workflows/stability-tests.yml index e6fec98..a838680 100644 --- a/.github/workflows/stability-tests.yml +++ b/.github/workflows/stability-tests.yml @@ -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: diff --git a/go.mod b/go.mod index 427fb1a..34c9a03 100644 --- a/go.mod +++ b/go.mod @@ -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