From 604e3765373786d021e144bf0b8da2b561386702 Mon Sep 17 00:00:00 2001 From: Didip Kerabat Date: Wed, 21 Sep 2022 20:30:30 -0700 Subject: [PATCH] Upgrade everything to Go 1.19 --- .github/workflows/ci.yml | 4 ++-- go.mod | 2 +- go.sum | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bd413e..dc32917 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: set up go 1.14 + - name: set up go 1.19 uses: actions/setup-go@v1 with: - go-version: 1.14 + go-version: 1.19 id: go - name: checkout diff --git a/go.mod b/go.mod index b93f0bc..c889a20 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/didip/tollbooth/v7 -go 1.12 +go 1.19 require github.com/go-pkgz/expirable-cache v0.1.0 diff --git a/go.sum b/go.sum index fdcdb33..e6d03c3 100644 --- a/go.sum +++ b/go.sum @@ -7,7 +7,6 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=