diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index de21629f..ff3f37a4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,10 +17,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Set up Go 1.19 + - name: Set up Go 1.21 uses: actions/setup-go@v5 with: - go-version: '1.19' + go-version: '1.21' cache: false - name: Golangci-lint @@ -36,7 +36,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v5 with: - go-version: '1.19' + go-version: '1.21' cache: false - name: Check out code into the Go module directory