From 77aa98b1a73021c6399a3da7ec7c898ca94bf8e9 Mon Sep 17 00:00:00 2001 From: Sergio VS Date: Fri, 28 Oct 2022 11:34:50 +0200 Subject: [PATCH] chore: deprecated Go 1.15 --- .github/workflows/build.yml | 2 +- .github/workflows/test.yml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed0820f..f0aec30 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ jobs: build: strategy: matrix: - go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x] + go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 273ee38..ab126fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x] + go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/go.mod b/go.mod index f833776..769a3a5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/fasthttp/session/v2 -go 1.15 +go 1.16 require ( github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d