Skip to content

Commit

Permalink
Bump golang from 1.21.1-bullseye to 1.21.4-bullseye (#95)
Browse files Browse the repository at this point in the history
* Bump golang from 1.21.1-bullseye to 1.21.4-bullseye

Bumps golang from 1.21.1-bullseye to 1.21.4-bullseye.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump go

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Simon Gottschlag <simon.gottschlag@xenit.se>
  • Loading branch information
dependabot[bot] and simongottschlag authored Nov 14, 2023
1 parent ef5a679 commit f37fe4d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: "^1.21.1"
go-version: "^1.21.4"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
with:
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: "^1.21.1"
go-version: "^1.21.4"
- name: Run fmt
run: |
make fmt
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: "^1.21.1"
go-version: "^1.21.4"
- name: Generate schema
run: |
make generate-schema
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: "^1.21.1"
go-version: "^1.21.4"
- name: Run build
run: |
make build
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: "^1.21.1"
go-version: "^1.21.4"
- name: Run test
run: |
make test
Expand All @@ -94,7 +94,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: "^1.21.1"
go-version: "^1.21.4"
- name: coverage
run: |
make cover
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-trigger-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "^1.21.1"
go-version: "^1.21.4"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5.0.0
env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BUILDER
FROM golang:1.21.1-bullseye as builder
FROM golang:1.21.4-bullseye as builder
WORKDIR /workspace

COPY go.mod go.mod
Expand Down

0 comments on commit f37fe4d

Please sign in to comment.