diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5dfcf6c76..ff8630a50 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,9 +8,9 @@ jobs: steps: - name: Set up Go 1.13 - uses: actions/setup-go@v1 + uses: actions/setup-go@v2 with: - go-version: 1.13.0 + go-version: 1.13.15 - name: Check out code into the Go module directory uses: actions/checkout@v1