diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8961899..21602c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.26.4" + go-version: "1.26.5" - name: Install PC/SC (Linux) if: runner.os == 'Linux' @@ -41,7 +41,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.26.4" + go-version: "1.26.5" - name: Install PC/SC run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev pkg-config @@ -75,7 +75,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.26.4" + go-version: "1.26.5" - name: Install GoReleaser uses: goreleaser/goreleaser-action@v7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2fad36..b12f54c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.26.4" + go-version: "1.26.5" - name: Bump version and push tag id: tag_version diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 2a869cd..159ff76 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.26.4" + go-version: "1.26.5" - name: Install PC/SC run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev pkg-config @@ -42,7 +42,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.26.4" + go-version: "1.26.5" - name: Install PC/SC run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev pkg-config @@ -108,7 +108,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.26.4" + go-version: "1.26.5" - name: Install PC/SC run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev pkg-config