summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2022-10-02 13:17:43 -0700
committerGitHub <[email protected]>2022-10-02 13:17:43 -0700
commit11f9b624a9e5ee803b3810d2329fb027662c69f4 (patch)
tree63f286f4ee8c1df97ab1e0f041270571eebe47ed
parent0c21f821f8d86250587b570e6848e4add850585c (diff)
parent7f4979a06ec60712a6a7ad2650b504df6363ec29 (diff)
Merge pull request #196 from alexflint/bump_go_versions
Update to latest version of Go in CI
-rw-r--r--.github/workflows/go.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 3dbb91d..dcb52cf 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -15,17 +15,17 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: ['1.13', '1.14', '1.15', '1.16']
+ go: ['1.17', '1.18', '1.19']
steps:
- id: go
name: Set up Go
- uses: actions/setup-go@v1
+ uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Build
run: go build -v .