File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,23 @@ jobs:
15
15
- uses : actions/checkout@v4
16
16
- uses : actions/setup-go@v5
17
17
with :
18
- go-version : " 1.23.5 "
18
+ go-version : " 1.24.0 "
19
19
20
20
- run : go mod verify
21
21
22
22
- run : go test -v ./...
23
23
24
24
- uses : golangci/golangci-lint-action@v6
25
25
with :
26
- version : v1.63.4
26
+ version : v1.64.5
27
27
28
28
build :
29
29
runs-on : ubuntu-24.04
30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
- uses : actions/setup-go@v5
33
33
with :
34
- go-version : " 1.23.5 "
34
+ go-version : " 1.24.0 "
35
35
36
36
- name : Set up QEMU for cross-compilation of Docker images
37
37
uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 19
19
20
20
- uses : actions/setup-go@v5
21
21
with :
22
- go-version : " 1.23.5 "
22
+ go-version : " 1.24.0 "
23
23
24
24
- name : Set up QEMU for cross-compilation of Docker images
25
25
uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change 4
4
# Need a lot of additional configuration to build multi-arch images
5
5
6
6
# STAGE 1: building the executable
7
- FROM docker.io/golang:1.23.5 -alpine3.20 AS builder
7
+ FROM docker.io/golang:1.24.0 -alpine3.20 AS builder
8
8
WORKDIR /build
9
9
10
10
ARG VERSION
Original file line number Diff line number Diff line change 1
1
module github.com/grishy/go-avahi-cname
2
2
3
- go 1.23.5
3
+ go 1.24.0
4
4
5
5
require (
6
6
github.com/caarlos0/go-version v0.2.0
You can’t perform that action at this time.
0 commit comments