diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index a69d1de..c9863d4 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -10,7 +10,7 @@ run-name: CI Go by @${{ github.actor }} ${{ github.sha }} jobs: build-test: runs-on: ubuntu-latest - container: golang:1.21.2 + container: golang:1.21.3 steps: - name: setup run: git config --global --add safe.directory $(pwd)