summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-08 19:45:52 +0000
committerGitHub <noreply@github.com>2024-03-08 19:45:52 +0000
commit6027aff58cecb98ea36327119ed0dc2a533cb38b (patch)
tree47305a8dda36be038cc4331cfaa3926eca1d8955 /.github
parent9e69b2dbd90febc24698efe860a1ef242313c055 (diff)
Build(deps): Bump golang from 1.21-alpine to 1.22-alpine (#1988)
Bumps golang from 1.21-alpine to 1.22-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9e6062a2..20eff105 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
- go-version: '1.21.4'
+ go-version: '1.22.x'
- run: |
git config --global user.email "bogus@example.com"
git config --global user.name "Someone"