diff options
author | Bjørn Erik Pedersen <[email protected]> | 2021-02-17 12:13:36 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2021-02-18 14:11:48 +0100 |
commit | 718fba7d63424017cb3b9774c33e7acc69c68af6 (patch) | |
tree | fb6fbb54250911bb516f85151202b6df5ad2b982 /.github | |
parent | 9650e568418a316e71ad94d7e27caf544a4a2d0d (diff) | |
download | hugo-718fba7d63424017cb3b9774c33e7acc69c68af6.tar.gz hugo-718fba7d63424017cb3b9774c33e7acc69c68af6.zip |
Update Travis, GitHub, CircleCI and Snap to Go 1.16 (only)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3eb119cd..caa123f3c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: GO111MODULE: on strategy: matrix: - go-version: [1.14.x, 1.15.x] + go-version: [1.16.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: |