Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 54d1e64

Browse files
committed
go 1.23
1 parent a18d056 commit 54d1e64

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
GO111MODULE: off
1818
with:
19-
go-version: 1.22
19+
go-version: 1.23
2020
id: go
2121
- name: Checkout Repository
2222
uses: actions/checkout@v4

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
GO111MODULE: off
1717
with:
18-
go-version: 1.22
18+
go-version: 1.23
1919
id: go
2020
- name: Run Golangci Linter
2121
uses: golangci/golangci-lint-action@v3
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
GO111MODULE: off
3131
with:
32-
go-version: 1.22
32+
go-version: 1.23
3333
id: go
3434
- name: Checkout Repository
3535
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
GO111MODULE: off
2222
with:
23-
go-version: 1.22
23+
go-version: 1.23
2424
- name: Run goreleaser
2525
uses: goreleaser/goreleaser-action@v5
2626
if: startsWith(github.ref, 'refs/tags/')

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
env:
1919
GO111MODULE: off
2020
with:
21-
go-version: 1.22
21+
go-version: 1.23
2222
- run: make test

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22 AS builder
1+
FROM golang:1.23 AS builder
22

33
# Meta data
44
LABEL maintainer="support@rootly.com"

0 commit comments

Comments
 (0)