1
1
mirror of https://github.com/wader/fq.git synced 2024-07-14 23:30:28 +03:00

Compare commits

...

4 Commits

Author SHA1 Message Date
Mattias Wadman
5be829e640
Merge pull request #967 from wader/bump-docker-golang-1.22.5
Update docker-golang to 1.22.5 from 1.22.4
2024-07-03 18:12:36 +02:00
Mattias Wadman
d95027fd54
Merge pull request #968 from wader/bump-github-go-version-1.22.5
Update github-go-version to 1.22.5 from 1.22.4
2024-07-03 18:12:19 +02:00
bump
e33c6c611d Update github-go-version to 1.22.5 from 1.22.4 2024-07-03 16:04:05 +00:00
bump
c6dd0ed100 Update docker-golang to 1.22.5 from 1.22.4 2024-07-03 16:04:02 +00:00
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.4"
go-version: "1.22.5"
- 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.4"
go-version: "1.22.5"
- 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.4"
go-version: "1.22.5"
- 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.4-bookworm AS base
FROM golang:1.22.5-bookworm AS base
# expect is used to test cli
RUN \