From b8a0d466485345ce5da691a0673f1e352832eba4 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Fri, 27 Aug 2021 10:15:04 -0400 Subject: [PATCH] ci: Use Go 1.17 (#66) --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 885a5d0..90e6f8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - go: [ '1.15', '1.16' ] + go: [ '1.16', '1.17' ] # Set some variables per OS, usable via ${{ matrix.VAR }} # XCADDY_BIN_PATH: the path to the compiled xcaddy binary, for artifact publishing diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a37ff5..f2e1f07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - go: [ '1.16' ] + go: [ '1.17' ] runs-on: ${{ matrix.os }} steps: diff --git a/go.mod b/go.mod index 1872d31..4e48de9 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/caddyserver/xcaddy go 1.14 -require github.com/Masterminds/semver/v3 v3.1.0 +require github.com/Masterminds/semver/v3 v3.1.1 diff --git a/go.sum b/go.sum index ef56648..471bde9 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/Masterminds/semver/v3 v3.1.0 h1:Y2lUDsFKVRSYGojLJ1yLxSXdMmMYTYls0rCvoqmMUQk= -github.com/Masterminds/semver/v3 v3.1.0/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs= +github.com/Masterminds/semver/v3 v3.1.1 h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc= +github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=