Skip to content

Commit

Permalink
Use go 1.22.4 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
eest committed Jun 20, 2024
1 parent d3b685f commit dd488ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.22.3']
go-version: ['1.22.4']

steps:
- uses: actions/checkout@v4
Expand Down
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.3
go 1.22.4

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

0 comments on commit dd488ac

Please sign in to comment.