Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Bump library/golang from 1.21.6-alpine to 1.22.0-alpine (#13)
Browse files Browse the repository at this point in the history
* Bump library/golang from 1.21.6-alpine to 1.22.0-alpine

Bumps library/golang from 1.21.6-alpine to 1.22.0-alpine.

---
updated-dependencies:
- dependency-name: library/golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Update project to Go 1.22

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kalle Fagerberg <kalle.fagerberg@riskident.com>
  • Loading branch information
dependabot[bot] and applejag authored Feb 12, 2024
1 parent bded669 commit 5d02e8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eclint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: '>=1.21.0'
go-version-file: go.mod

- name: Install eclint
run: go install gitlab.com/greut/eclint/cmd/eclint@v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0

FROM docker.io/library/golang:1.21.6-alpine AS build
FROM docker.io/library/golang:1.22.0-alpine AS build

WORKDIR /opt/ri-forward-webhook
COPY go.mod go.sum .
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/RiskIdent/ri-forward-webhook

go 1.21.6
go 1.22.0

require (
github.com/gin-gonic/gin v1.9.1
Expand Down

0 comments on commit 5d02e8b

Please sign in to comment.