diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index 17c74ec4..b0dc892d 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} - name: golangci-lint