Skip to content

Commit 7aa9e53

Browse files
Update golang Docker tag to v1.21.5 (#73)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 733bb24 commit 7aa9e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ run-name: CI Go by @${{ github.actor }} ${{ github.sha }}
1010
jobs:
1111
build-test:
1212
runs-on: ubuntu-latest
13-
container: golang:1.21.4
13+
container: golang:1.21.5
1414
steps:
1515
- name: setup
1616
run: git config --global --add safe.directory $(pwd)

0 commit comments

Comments
 (0)