Commit f40da3a 1 parent 6e968ab commit f40da3a Copy full SHA for f40da3a
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
- name : Set up Go
17
17
uses : actions/setup-go@v5
18
18
with :
19
- go-version : 1.22 .x
19
+ go-version : 1.23 .x
20
20
- name : Build and pack for linux-amd64
21
21
run : GOOS=linux GOARCH=amd64 go build -o nmap-formatter && tar -czvf nmap-formatter-linux-amd64.tar.gz nmap-formatter
22
22
- name : Build and pack for linux-arm64
Original file line number Diff line number Diff line change 12
12
lint :
13
13
strategy :
14
14
matrix :
15
- go-version : [1.22 .x]
15
+ go-version : [1.23 .x]
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Set up Go
28
28
test :
29
29
strategy :
30
30
matrix :
31
- go-version : [1.22 .x]
31
+ go-version : [1.23 .x]
32
32
os : [ubuntu-latest, macos-latest, windows-latest]
33
33
runs-on : ${{ matrix.os }}
34
34
steps :
47
47
coverage :
48
48
strategy :
49
49
matrix :
50
- go-version : [1.22 .x]
50
+ go-version : [1.23 .x]
51
51
runs-on : ubuntu-latest
52
52
steps :
53
53
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments