Skip to content

Commit

Permalink
build: update to go v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfrederick committed Mar 5, 2024
1 parent 9f7d3d1 commit 180cb93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
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.21-alpine AS builder
FROM golang:1.22-alpine AS builder

WORKDIR /app

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/marcfrederick/imaginary-exporter

go 1.21
go 1.22

require (
github.com/prometheus/client_golang v1.19.0
Expand Down

0 comments on commit 180cb93

Please sign in to comment.