File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 - name : Set up Go
1717 uses : actions/setup-go@v5
1818 with :
19- go-version : 1.23 .x
19+ go-version : 1.24 .x
2020 - name : Build and pack for linux-amd64
2121 run : GOOS=linux GOARCH=amd64 go build -o nmap-formatter && tar -czvf nmap-formatter-linux-amd64.tar.gz nmap-formatter
2222 - name : Build and pack for linux-arm64
Original file line number Diff line number Diff line change 1212 lint :
1313 strategy :
1414 matrix :
15- go-version : [1.23 .x]
15+ go-version : [1.24 .x]
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Set up Go
2828 test :
2929 strategy :
3030 matrix :
31- go-version : [1.23 .x]
31+ go-version : [1.24 .x]
3232 os : [ubuntu-latest, macos-latest, windows-latest]
3333 runs-on : ${{ matrix.os }}
3434 steps :
4747 coverage :
4848 strategy :
4949 matrix :
50- go-version : [1.23 .x]
50+ go-version : [1.24 .x]
5151 runs-on : ubuntu-latest
5252 steps :
5353 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments