Skip to content

Commit

Permalink
chore: fix go version (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente authored Jan 16, 2025
1 parent c5a2345 commit c497124
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/network-discovery-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
with:
version: v1.62
working-directory: network-discovery
args: --config ../.github/golangci.yaml
args: --config ../.github/golangci.yaml
2 changes: 1 addition & 1 deletion .github/workflows/network-discovery-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SEMANTIC_RELEASE_PACKAGE: ${{ github.repository }}
GO_VERSION: '1.23.x'
GO_VERSION: '1.23'
APP_NAME: network-discovery

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/network-discovery-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
Go test coverage
${{ steps.go-test.outputs.coverage-report }}
Total coverage: ${{ steps.go-test.outputs.coverage-total }}%
edit-mode: replace
edit-mode: replace

0 comments on commit c497124

Please sign in to comment.