From 05b66687c74689676ab8104ff5b79626a1fc16ef Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 26 Dec 2024 16:17:20 +0100 Subject: [PATCH] fix CI --- .github/workflows/tests.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f55ee6f..c35ae61 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21.7 + go-version: 1.23 - name: Run unit tests run: | diff --git a/go.mod b/go.mod index 988b70b..7511615 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/crowdsecurity/go-cs-lib -go 1.23.4 +go 1.23 require ( github.com/blackfireio/osinfo v1.0.5