Skip to content

Commit 40a98df

Browse files
authored
Update Go to v1.24.0; dependabot config update (#287)
1 parent 42fc66a commit 40a98df

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/dependabot.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ updates:
55
- package-ecosystem: "gomod"
66
directory: "/"
77
schedule:
8-
interval: "daily"
8+
interval: "weekly"
9+
groups:
10+
dev-dependencies:
11+
dependency-type: "development"
12+
prod-dependencies:
13+
dependency-type: "production"
914
- package-ecosystem: "docker"
1015
directory: "/"
1116
schedule:
12-
interval: "daily"
17+
interval: "weekly"
1318
- package-ecosystem: github-actions
1419
directory: /
1520
schedule:
16-
interval: daily
21+
interval: weekly

.github/workflows/preflight.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222

23-
- name: Set up Go 1.24
23+
- name: Set up Go
2424
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2525
with:
26-
go-version: 1.24.0
26+
go-version-file: go.mod
2727

2828
- name: Disable default go problem matcher
2929
run: echo "::remove-matcher owner=go::"

0 commit comments

Comments
 (0)