Skip to content

Commit

Permalink
Upgrade go version in CI (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
XSAM authored Aug 2, 2021
1 parent 4f80eb2 commit ec6ed6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
# Path to where test results will be saved.
TEST_RESULTS: /tmp/test-results
# Default minimum version of Go to support.
DEFAULT_GO_VERSION: 1.14
DEFAULT_GO_VERSION: 1.15
jobs:
lint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
compatibility-test:
strategy:
matrix:
go-version: [1.15, 1.14]
go-version: [1.16, 1.15]
os: [ubuntu-latest, macos-latest, windows-latest]
# GitHub Actions does not support arm* architectures on default
# runners. It is possible to acomplish this with a self-hosted runner
Expand Down

0 comments on commit ec6ed6c

Please sign in to comment.