diff options
| author | Alex Flint <[email protected]> | 2022-10-02 12:51:52 -0700 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-02 12:51:52 -0700 | 
| commit | 489daf05a6ccfffdd72c1d5e972bb14163fa07b1 (patch) | |
| tree | 444ea1ddcfefde0d353dc8f89eec1c8241e63bb8 | |
| parent | e7a360897d12fb65e649c4fb5852da4127d79544 (diff) | |
| parent | 706bcb4ea6a42cf5a55ca089dcd1e678a2bb1f52 (diff) | |
Merge pull request #11 from alexflint/update-ci-golang-versionsv1.2.0
Update golang versions used in CI
| -rw-r--r-- | .github/workflows/go.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3dbb91d..98acdd6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,12 +15,12 @@ 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 }}  | 
