diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 29aaf39..ac5f5df 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.20.0 + go-version: 1.21.0 - name: ⬇️ Check out code into the Go module directory uses: actions/checkout@v3 with: