Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Sep 6, 2024
1 parent 7641263 commit 539a5c7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.23.0
go-version: 1.23.1
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.23.0
go-version: 1.23.1
- name: Build all binaries
run: make build-all
test:
Expand All @@ -43,6 +43,6 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.23.0
go-version: 1.23.1
- name: Run tests and generate coverage report
run: make build/cover.out
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.23.0
go-version: 1.23.1
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.23.0
go-version: 1.23.1
- name: Generate release info
run: |
go install github.com/sapcc/go-bits/tools/release-info@latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.0-alpine3.20 AS builder
FROM golang:1.23.1-alpine3.20 AS builder

RUN apk add --no-cache --no-progress ca-certificates gcc git make musl-dev

Expand Down

0 comments on commit 539a5c7

Please sign in to comment.