diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 95c4d53..a323c4a 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -23,7 +23,7 @@ jobs: - name: "Setup go" uses: "actions/setup-go@v6.2.0" with: - go-version: "1.26.0" + go-version: "1.26.1" - name: "Run go test" run: "go test ./... -tags=test" @@ -35,7 +35,7 @@ jobs: - name: "Setup go" uses: "actions/setup-go@v6.2.0" with: - go-version: "1.26.0" + go-version: "1.26.1" - name: "Run go build" run: "go build" @@ -51,7 +51,7 @@ jobs: - name: "Setup go" uses: "actions/setup-go@v6.2.0" with: - go-version: "1.26.0" + go-version: "1.26.1" - name: "Run verscout next" id: "get_version" run: | @@ -84,7 +84,7 @@ jobs: - name: "Setup go" uses: "actions/setup-go@v6.2.0" with: - go-version: "1.26.0" + go-version: "1.26.1" - name: "Setup goreleaser" run: "go install github.com/goreleaser/goreleaser/v2@v2.12.5" - name: "Generate release notes"