Skip to content

Commit bfe9249

Browse files
committed
Update go to 1.25.6
1 parent 266faa7 commit bfe9249

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
go-version: ['1.25.5']
12+
go-version: ['1.25.6']
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Setup Go ${{ matrix.go-version }}

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
type=semver,pattern={{major}}
3737
- uses: actions/setup-go@v5
3838
with:
39-
go-version: '1.25.5'
39+
go-version: '1.25.6'
4040
- uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037 # v0.7
4141
- run: ko build --base-import-paths --tags "$(printf '%s' "${{ steps.meta.outputs.tags }}" | tr '\n' ',')" github.com/dnstapir/edm/cmd/dnstapir-edm
4242
name: Build and push

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/dnstapir/edm
22

3-
go 1.25.5
3+
go 1.25.6
44

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

0 commit comments

Comments
 (0)