This repository was archived by the owner on Mar 10, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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/')
Original file line number Diff line number Diff line change 1818 env :
1919 GO111MODULE : off
2020 with :
21- go-version : 1.22
21+ go-version : 1.23
2222 - run : make test
Original file line number Diff line number Diff line change 1- FROM golang:1.22 AS builder
1+ FROM golang:1.23 AS builder
22
33# Meta data
44LABEL maintainer="support@rootly.com"
You can’t perform that action at this time.
0 commit comments