aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/git.yml
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2023-09-12 07:52:09 +0100
committerGitHub <noreply@github.com>2023-09-12 07:52:09 +0100
commitff0bd080629dd20662293b21703975aa9bcd74c6 (patch)
tree16598a2355f4557ab4f15f4ac325c86f1f9f58b5 /.github/workflows/git.yml
parent51e9c9f1d9261568573a8b4bd50e8694e14839f7 (diff)
parentcbbeb495ae1cd9d75190160ad73ad1e1256e0d96 (diff)
downloadgo-git-ff0bd080629dd20662293b21703975aa9bcd74c6.tar.gz
Merge pull request #837 from pjbgf/bump
Bump dependencies and Go to 1.19
Diffstat (limited to '.github/workflows/git.yml')
-rw-r--r--.github/workflows/git.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/git.yml b/.github/workflows/git.yml
index 60cfa12..68776fc 100644
--- a/.github/workflows/git.yml
+++ b/.github/workflows/git.yml
@@ -19,7 +19,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
- go-version: 1.20.x
+ go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v3