Skip to content

Commit f40da3a

Browse files
committed
go: update pipelines to 1.23
1 parent 6e968ab commit f40da3a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/assets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.22.x
19+
go-version: 1.23.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

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
strategy:
1414
matrix:
15-
go-version: [1.22.x]
15+
go-version: [1.23.x]
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Set up Go
@@ -28,7 +28,7 @@ jobs:
2828
test:
2929
strategy:
3030
matrix:
31-
go-version: [1.22.x]
31+
go-version: [1.23.x]
3232
os: [ubuntu-latest, macos-latest, windows-latest]
3333
runs-on: ${{ matrix.os }}
3434
steps:
@@ -47,7 +47,7 @@ jobs:
4747
coverage:
4848
strategy:
4949
matrix:
50-
go-version: [1.22.x]
50+
go-version: [1.23.x]
5151
runs-on: ubuntu-latest
5252
steps:
5353
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)