Skip to content

Commit 90e5049

Browse files
committed
Update go to 1.24.1
1 parent 69dec0d commit 90e5049

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
go-version: ['1.24.0']
10+
go-version: ['1.24.1']
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Setup Go ${{ matrix.go-version }}

.github/workflows/container.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-go@v5
2727
with:
28-
go-version: '1.24.0'
28+
go-version: '1.24.1'
2929
- uses: ko-build/[email protected]
3030
- run: ko build --bare

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/dnstapir/edm
22

3-
go 1.24.0
3+
go 1.24.1
44

55
require (
66
github.com/cockroachdb/pebble v1.1.4

0 commit comments

Comments
 (0)