We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69dec0d commit 90e5049Copy full SHA for 90e5049
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- go-version: ['1.24.0']
+ go-version: ['1.24.1']
11
steps:
12
- uses: actions/checkout@v4
13
- name: Setup Go ${{ matrix.go-version }}
.github/workflows/container.yml
@@ -25,6 +25,6 @@ jobs:
25
26
- uses: actions/setup-go@v5
27
with:
28
- go-version: '1.24.0'
+ go-version: '1.24.1'
29
- uses: ko-build/[email protected]
30
- run: ko build --bare
go.mod
@@ -1,6 +1,6 @@
1
module github.com/dnstapir/edm
2
3
-go 1.24.0
+go 1.24.1
4
5
require (
6
github.com/cockroachdb/pebble v1.1.4
0 commit comments