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 May 8, 2024
1 parent 10a3122 commit e9205b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.22.2
go-version: 1.22.3
- name: Dependency Licenses Review
run: make check-dependency-licenses
- name: Run govulncheck
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.22.2
go-version: 1.22.3
- name: Build all binaries
run: make build-all
- name: Run golangci-lint
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.22.2
go-version: 1.22.3
- name: Run tests and generate coverage report
run: make build/cover.out
- name: Upload coverage report to Coveralls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.22.2
go-version: 1.22.3
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.22.2-alpine3.19 as builder
FROM golang:1.22.3-alpine3.19 as builder

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

Expand Down

0 comments on commit e9205b1

Please sign in to comment.