Skip to content

Commit

Permalink
Merge pull request #50 from netboxlabs/develop
Browse files Browse the repository at this point in the history
release 🚚
  • Loading branch information
leoparente authored Jan 16, 2025
2 parents 3e261f6 + c497124 commit cddd6c4
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 cddd6c4

Please sign in to comment.