aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorPaulo Gomes <paulo.gomes@suse.com>2024-03-15 22:51:46 +0000
committerPaulo Gomes <pjbgf@linux.com>2024-05-20 23:26:13 +0100
commitd283feac3d21c60d175522dc1486d723414dcf06 (patch)
treefba2f245db622c0e18b2df00f41702c20b3744e7 /.github/workflows
parentfe0acb43d57e429227d03c1b2eb06804a353a859 (diff)
downloadgo-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/workflows')
-rw-r--r--.github/workflows/git.yml2
-rw-r--r--.github/workflows/test.yml2
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 }}