From d6eeadb056c435021ddfaac5f34efe558054d5b9 Mon Sep 17 00:00:00 2001 From: dmachard <5562930+dmachard@users.noreply.github.com> Date: Sun, 22 Dec 2024 18:53:04 +0100 Subject: [PATCH] go min to 1.22 --- .github/workflows/testing-go.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing-go.yml b/.github/workflows/testing-go.yml index 60471b80..9832d474 100644 --- a/.github/workflows/testing-go.yml +++ b/.github/workflows/testing-go.yml @@ -46,7 +46,7 @@ jobs: strategy: matrix: os-version: [ 'ubuntu-24.04' ] - go-version: [ '1.21', '1.22', '1.23' ] + go-version: [ '1.22', '1.23' ] package: - '.' - 'pkgconfig' diff --git a/go.mod b/go.mod index 16567c92..af0999ed 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/dmachard/go-dnscollector -go 1.22.0 +go 1.22 toolchain go1.23.0