Commit 3de5071 1 parent 81bdbbe commit 3de5071 Copy full SHA for 3de5071
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
- name : Setup Go
16
16
uses : actions/setup-go@v5
17
17
with :
18
- go-version : 1.22 .x
18
+ go-version : 1.23 .x
19
19
20
20
- name : Run Tests
21
21
run : go test ./...
36
36
- name : Setup Go
37
37
uses : actions/setup-go@v5
38
38
with :
39
- go-version : 1.22 .x
39
+ go-version : 1.23 .x
40
40
41
41
- name : Run Goreleaser
42
42
if : ${{ github.event_name != 'pull_request' }}
Original file line number Diff line number Diff line change 15
15
- name : Set up Go
16
16
uses : actions/setup-go@v5
17
17
with :
18
- go-version : 1.22 .x
18
+ go-version : 1.23 .x
19
19
- name : Lint
20
20
uses : golangci/golangci-lint-action@v6.2.0
21
21
with :
Original file line number Diff line number Diff line change 1
- FROM golang:1.22 as builder
1
+ FROM golang:1.23 as builder
2
2
WORKDIR /app
3
3
4
4
# Requirements/Dependencies
Original file line number Diff line number Diff line change 1
1
module github.com/inovex/prometheus-libvirt-exporter
2
2
3
- go 1.22
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/alecthomas/kingpin/v2 v2.4.0
You can’t perform that action at this time.
0 commit comments