Skip to content

Commit

Permalink
Use go 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eest committed Nov 27, 2024
1 parent 99c7219 commit 7759125
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.23.1']
go-version: ['1.23.3']
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.1'
go-version: '1.23.3'
- uses: ko-build/[email protected]
- run: ko build --bare
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dnstapir/edm

go 1.23.1
go 1.23.3

require (
github.com/cockroachdb/pebble v1.1.2
Expand Down

0 comments on commit 7759125

Please sign in to comment.