Skip to content

Commit

Permalink
Update to go 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eest committed Sep 11, 2024
1 parent 3c326f5 commit aeeed0e
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.22.4']
go-version: ['1.23.1']
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.22.4'
go-version: '1.23.1'
- 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.22.4
go 1.23.1

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

0 comments on commit aeeed0e

Please sign in to comment.