diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 33a3a2e..b5346b8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,10 +18,10 @@ jobs: strategy: matrix: go-version: - - '1.21' - - '1.22' - - '1.23' - - '1.24' + - "1.21" + - "1.22" + - "1.23" + - "1.24" permissions: contents: read @@ -35,9 +35,6 @@ jobs: - name: Check out code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - name: Get dependencies - run: go get -v -t -d ./... - - name: Build run: go build -v ./...