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/workflows/git.yml | |
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/workflows/git.yml')
-rw-r--r-- | .github/workflows/git.yml | 2 |
1 files changed, 1 insertions, 1 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 |