Skip to content

Commit

Permalink
Update Dependabot configuration and Go workflow for branch name chang…
Browse files Browse the repository at this point in the history
…e and Go version updates

Signed-off-by: HAHWUL <[email protected]>
  • Loading branch information
hahwul committed Dec 1, 2024
1 parent a9c06c7 commit bec9bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ updates:
interval: daily
time: "20:00"
open-pull-requests-limit: 10
target-branch: "dev"
target-branch: "main"
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.19", "1.20", "1.21", "1.22"]
go: ["1.21", "1.22", "1.23"]
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v4
Expand Down

0 comments on commit bec9bf5

Please sign in to comment.