diff options
author | Michael Steinert <[email protected]> | 2023-04-04 15:44:38 -0500 |
---|---|---|
committer | Michael Steinert <[email protected]> | 2023-04-04 15:44:38 -0500 |
commit | 2c8b026146732b7a66f1b8306cf96ab23e039cf3 (patch) | |
tree | 4a31a25854229f5e7fb750c4e32a61b1fdaddc85 /.github/workflows | |
parent | 313ea6f3baf83aaff875512dbd9905cb07537d84 (diff) |
Update dependencies
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 86b1d0e..0dd0b77 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.18.x, 1.19.x] + go-version: [1.19.x, 1.20.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: |