File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11module github.com/dnstapir/edm
22
3- go 1.25.5
3+ go 1.25.6
44
55require (
66 github.com/cockroachdb/pebble v1.1.5
You can’t perform that action at this time.
0 commit comments