Skip to content

Commit 2e831a6

Browse files
committed
ci: update go version
1 parent c1a82de commit 2e831a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/assets.yml

Lines changed: 1 addition & 1 deletion
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.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

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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
@@ -28,7 +28,7 @@ jobs:
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:
@@ -47,7 +47,7 @@ jobs:
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

0 commit comments

Comments
 (0)