Skip to content

Commit

Permalink
go: update pipelines to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
vdjagilev committed Aug 18, 2024
1 parent 6e968ab commit f40da3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x
- name: Build and pack for linux-amd64
run: GOOS=linux GOARCH=amd64 go build -o nmap-formatter && tar -czvf nmap-formatter-linux-amd64.tar.gz nmap-formatter
- name: Build and pack for linux-arm64
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
lint:
strategy:
matrix:
go-version: [1.22.x]
go-version: [1.23.x]
runs-on: ubuntu-latest
steps:
- name: Set up Go
Expand All @@ -28,7 +28,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.22.x]
go-version: [1.23.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -47,7 +47,7 @@ jobs:
coverage:
strategy:
matrix:
go-version: [1.22.x]
go-version: [1.23.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f40da3a

Please sign in to comment.