Skip to content

Commit

Permalink
Try to go back to 1.22.3 to solve warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eest committed Jun 19, 2024
1 parent e563660 commit 9398ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22.4'
go-version: '1.22.3'
- uses: actions/checkout@v4

- uses: ko-build/setup-ko@v0.7
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.4
go 1.22.3

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

0 comments on commit 9398ba3

Please sign in to comment.