@@ -13,14 +13,14 @@ jobs:
13
13
runs-on : ubuntu-22.04
14
14
strategy :
15
15
matrix :
16
- GOVER : ['1.22 ', '1.21 ']
16
+ GOVER : ['1.23 ', '1.22 ']
17
17
steps :
18
+ - name : Checkout
19
+ uses : actions/checkout@v4
18
20
- name : Setup Go-${{ matrix.GOVER }}
19
21
uses : actions/setup-go@v5
20
22
with :
21
23
go-version : ${{ matrix.GOVER }}
22
- - name : Checkout
23
- uses : actions/checkout@v4
24
24
- name : Linting
25
25
uses : golangci/golangci-lint-action@v4
26
26
with :
47
47
runs-on : ubuntu-22.04
48
48
strategy :
49
49
matrix :
50
- CFG : [[arm64, arm64v8, '1.22 ']]
50
+ CFG : [[arm64, arm64v8, '1.23 ']]
51
51
steps :
52
52
- uses : actions/checkout@v4
53
53
- name : Enabling Docker Experimental
72
72
- name : Setup Go
73
73
uses : actions/setup-go@v5
74
74
with :
75
- go-version : ' 1.22 '
75
+ go-version : ' 1.23 '
76
76
- name : Build as Static
77
77
run : make circl_static
78
78
- name : Build as Plugin
88
88
- name : Setup Go
89
89
uses : actions/setup-go@v5
90
90
with :
91
- go-version : ' 1.22 '
91
+ go-version : ' 1.23 '
92
92
- name : Produce Coverage
93
93
run : go test -coverprofile=./coverage.txt ./...
94
94
- name : Upload Codecov
@@ -110,7 +110,7 @@ jobs:
110
110
- name : Setup Go
111
111
uses : actions/setup-go@v5
112
112
with :
113
- go-version : ' 1.22 '
113
+ go-version : ' 1.23 '
114
114
- name : Building
115
115
run : go build -v ./...
116
116
- name : Testing
@@ -129,7 +129,7 @@ jobs:
129
129
- name : Setup Go
130
130
uses : actions/setup-go@v5
131
131
with :
132
- go-version : ' 1.22 '
132
+ go-version : ' 1.23 '
133
133
- name : Initialize CodeQL
134
134
uses : github/codeql-action/init@v3
135
135
with :
0 commit comments