1
1
mirror of https://github.com/wader/fq.git synced 2024-10-26 20:06:29 +03:00

Compare commits

..

No commits in common. "5be829e640b9a8f5a5cb137eed4dced4c8e5a315" and "2bc6c768c7b4325a76f0809e4fcbc25d4fc11d86" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: "1.22.5"
go-version: "1.22.4"
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
with:
@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.22.5"
go-version: "1.22.4"
- name: Test
env:
GOARCH: ${{ matrix.goarch }}

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.22.5"
go-version: "1.22.4"
- uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser

View File

@ -1,5 +1,5 @@
# bump: docker-golang /FROM golang:([\d.]+)/ docker:golang|^1
FROM golang:1.22.5-bookworm AS base
FROM golang:1.22.4-bookworm AS base
# expect is used to test cli
RUN \