Skip to content

Commit

Permalink
Bump golang from 1.22 to 1.23 (#108)
Browse files Browse the repository at this point in the history
* Bump golang from 1.22 to 1.23

Bumps golang from 1.22 to 1.23.

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

Signed-off-by: dependabot[bot] <[email protected]>

* update checks and go.mod for go 1.23

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stephan Fudeus <[email protected]>
  • Loading branch information
dependabot[bot] and sfudeus authored Aug 19, 2024
1 parent 39363c5 commit 9f8017a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22' ]
go: [ '1.23' ]
env:
CGO_ENABLED: "0"
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.22 AS builder
FROM --platform=$BUILDPLATFORM golang:1.23 AS builder
RUN mkdir /build
COPY *.go go.* /build/
WORKDIR /build
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sfudeus/isg_exporter

go 1.22
go 1.23

require (
github.com/PuerkitoBio/goquery v1.9.2
Expand Down

0 comments on commit 9f8017a

Please sign in to comment.