Skip to content

Commit

Permalink
workflows update (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
s0rg authored Aug 31, 2024
1 parent a1f678c commit 7647b4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ version: 2
updates:
- package-ecosystem: gomod
directory: /
target-branch: develop
target-branch: master
labels:
- gomod
schedule:
interval: weekly
day: friday
- package-ecosystem: github-actions
directory: /
target-branch: develop
target-branch: master
labels:
- github
schedule:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: setup golang
uses: actions/setup-go@v5
with:
go-version: ^1.22
go-version: ^1.23
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
- name: goreleaser-check
Expand All @@ -42,7 +42,7 @@ jobs:
- name: setup golang
uses: actions/setup-go@v5
with:
go-version: ^1.22
go-version: ^1.23
- name: tests-only
if: ${{ github.event_name == 'pull_request' }}
run: make test
Expand All @@ -67,7 +67,7 @@ jobs:
- name: setup golang
uses: actions/setup-go@v5
with:
go-version: ^1.22
go-version: ^1.23
- name: init codeql
uses: github/codeql-action/init@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: set up golang
uses: actions/setup-go@v5
with:
go-version: ^1.22
go-version: ^1.23
- name: build
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 7647b4f

Please sign in to comment.