Skip to content

Commit

Permalink
Merge branch 'release/1.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
iktakahiro committed Dec 4, 2024
2 parents ac8b40c + 367ef79 commit 39e21b0
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 3 deletions.
35 changes: 35 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
time: "09:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "chore(deps)"
groups:
minor-and-patch:
applies-to: version-updates
patterns:
- "*"
update-types:
- minor
- patch
open-pull-requests-limit: 10
target-branch: "develop"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "09:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "ci"
groups:
github-actions:
applies-to: version-updates
patterns:
- "*"
open-pull-requests-limit: 10
target-branch: "develop"
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.19', '1.18']
go: ['1.22', '1.23']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Test
Expand Down

0 comments on commit 39e21b0

Please sign in to comment.