File tree Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 5
5
tests-integration-img :
6
6
strategy :
7
7
matrix :
8
- go-version : [1.22 .x]
8
+ go-version : [1.24 .x]
9
9
platform : [ubuntu-latest]
10
10
runs-on : ${{ matrix.platform }}
11
11
steps :
28
28
tests-integration :
29
29
strategy :
30
30
matrix :
31
- go-version : [1.22 .x]
31
+ go-version : [1.24 .x]
32
32
platform : [ubuntu-latest]
33
33
runs-on : ${{ matrix.platform }}
34
34
steps :
48
48
tests-unit :
49
49
strategy :
50
50
matrix :
51
- go-version : [1.22 .x]
51
+ go-version : [1.24 .x]
52
52
platform : [ubuntu-latest]
53
53
runs-on : ${{ matrix.platform }}
54
54
steps :
Original file line number Diff line number Diff line change 11
11
- name : Install Go
12
12
uses : actions/setup-go@v2
13
13
with :
14
- go-version : 1.22 .x
14
+ go-version : 1.24 .x
15
15
- name : Checkout code
16
16
uses : actions/checkout@v2
17
17
- name : Login to quay
35
35
- name : Install Go
36
36
uses : actions/setup-go@v2
37
37
with :
38
- go-version : 1.22 .x
38
+ go-version : 1.24 .x
39
39
- name : Checkout code
40
40
uses : actions/checkout@v2
41
41
- name : Login to quay
59
59
- name : Install Go
60
60
uses : actions/setup-go@v2
61
61
with :
62
- go-version : 1.22 .x
62
+ go-version : 1.24 .x
63
63
- name : Checkout code
64
64
uses : actions/checkout@v2
65
65
- name : Login to quay
Original file line number Diff line number Diff line change 14
14
- name : Install Go
15
15
uses : actions/setup-go@v2
16
16
with :
17
- go-version : 1.22 .x
17
+ go-version : 1.24 .x
18
18
- name : Checkout code
19
19
uses : actions/checkout@v2
20
20
- name : setup-docker
40
40
- name : Install Go
41
41
uses : actions/setup-go@v2
42
42
with :
43
- go-version : 1.22 .x
43
+ go-version : 1.24 .x
44
44
- name : Checkout code
45
45
uses : actions/checkout@v2
46
46
- name : setup-docker
66
66
- name : Install Go
67
67
uses : actions/setup-go@v2
68
68
with :
69
- go-version : 1.22 .x
69
+ go-version : 1.24 .x
70
70
- name : Checkout code
71
71
uses : actions/checkout@v2
72
72
- name : setup-docker
@@ -101,7 +101,7 @@ jobs:
101
101
- name : Install Go
102
102
uses : actions/setup-go@v2
103
103
with :
104
- go-version : 1.22 .x
104
+ go-version : 1.24 .x
105
105
- name : Checkout code
106
106
uses : actions/checkout@v2
107
107
with :
Original file line number Diff line number Diff line change 1
- FROM golang:bullseye as builder
1
+ FROM golang:bullseye AS builder
2
2
RUN apt-get update && apt-get install -y upx
3
3
ADD . /luet
4
4
RUN cd /luet && make build
Original file line number Diff line number Diff line change 1
1
module github.com/mudler/luet
2
2
3
- go 1.21
3
+ go 1.23.0
4
+
4
5
toolchain go1.24.2
5
6
6
7
require (
You can’t perform that action at this time.
0 commit comments