aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2024-06-07 16:52:18 +0100
committerGitHub <noreply@github.com>2024-06-07 16:52:18 +0100
commitdec5c8ade2def9ddb30972ddb7c58839e6bca06c (patch)
treed38367ec90d1df96516b1093bd4147a9a697f28b /.github/workflows
parentfbcecb56c61180013aedc7b6d9beece8b45b7d71 (diff)
parentea3cfc94f9846f493e22d387eb22a135eb972807 (diff)
downloadgo-git-dec5c8ade2def9ddb30972ddb7c58839e6bca06c.tar.gz
Merge pull request #1056 from pjbgf/fix-symlink
Bumps Go versions and go-billy
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 }}