diff options
author | Paulo Gomes <pjbgf@linux.com> | 2023-09-12 07:52:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 07:52:09 +0100 |
commit | ff0bd080629dd20662293b21703975aa9bcd74c6 (patch) | |
tree | 16598a2355f4557ab4f15f4ac325c86f1f9f58b5 /.github/workflows/test.yml | |
parent | 51e9c9f1d9261568573a8b4bd50e8694e14839f7 (diff) | |
parent | cbbeb495ae1cd9d75190160ad73ad1e1256e0d96 (diff) | |
download | go-git-ff0bd080629dd20662293b21703975aa9bcd74c6.tar.gz |
Merge pull request #837 from pjbgf/bump
Bump dependencies and Go to 1.19
Diffstat (limited to '.github/workflows/test.yml')
-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 ce5872d..74c9bde 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: [1.19.x, 1.20.x] + go-version: [1.19.x, 1.20.x, 1.21.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} |