diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 52fafb1..56b212c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,14 +7,14 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.13 - uses: actions/setup-go@v1 + - name: Set up Go stable version + uses: actions/setup-go@v4 with: - go-version: 1.13 + go-version: 'stable' id: go - name: Check out code into the Go module directory - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Get dependencies run: |