Skip to content

Commit

Permalink
feat:new arg enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoxiang committed May 4, 2024
1 parent d34ead8 commit f472a02
Show file tree
Hide file tree
Showing 12 changed files with 191 additions and 224 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.18.0'
go-version: '1.22.0'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: 1.22
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@
.vscode

dist/

.idea
Loading

0 comments on commit f472a02

Please sign in to comment.