diff options
author | Paulo Gomes <paulo.gomes@suse.com> | 2024-03-15 22:51:46 +0000 |
---|---|---|
committer | Paulo Gomes <pjbgf@linux.com> | 2024-05-20 23:26:13 +0100 |
commit | d283feac3d21c60d175522dc1486d723414dcf06 (patch) | |
tree | fba2f245db622c0e18b2df00f41702c20b3744e7 /.github | |
parent | fe0acb43d57e429227d03c1b2eb06804a353a859 (diff) | |
download | go-git-d283feac3d21c60d175522dc1486d723414dcf06.tar.gz |
build: Bump Go versions to align with supported versions
Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/git.yml | 2 | ||||
-rw-r--r-- | .github/workflows/test.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/git.yml b/.github/workflows/git.yml index 6e0ebb6..c7ae9ee 100644 --- a/.github/workflows/git.yml +++ b/.github/workflows/git.yml @@ -22,7 +22,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: 1.21.x + go-version: 1.22.x - name: Install build dependencies run: sudo apt-get update && sudo apt-get install gettext libcurl4-openssl-dev diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f94d3e7..96090c0 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, 1.21.x] + go-version: [1.20.x, 1.21.x, 1.22.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} |