From 523613e335e993808ecb09c5dff427d5634afc8c Mon Sep 17 00:00:00 2001 From: Artem Krylysov Date: Fri, 2 Aug 2024 21:32:44 -0400 Subject: [PATCH] Update minimal tested Go version to 1.18 --- .github/workflows/test.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4d500bb..6780bc6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.11.x, 1.x] + go-version: [1.18.x, 1.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/go.mod b/go.mod index d2a3a28..0f6574e 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/akrylysov/pogreb -go 1.12 +go 1.18