Skip to content

Commit

Permalink
Merge branch 'dev' into r2k1/aks-node-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
r2k1 authored Nov 3, 2024
2 parents 47dd24e + bc8fb32 commit 1ed7831
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 46 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/golangci-lint-pr.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches:
- master
- main
pull_request:
branches:
- master
- main

permissions:
contents: read
Expand Down
1 change: 0 additions & 1 deletion pkg/proto/nbcontract/v1/const.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package nbcontractv1

const (
// Follow the semantic versioning format. <Major>.<Minor>.<Patch> //nolint: godot // no period is required after patch.
contractVersion = "v0"
)

Expand Down

0 comments on commit 1ed7831

Please sign in to comment.