Skip to content

Commit

Permalink
downgrade to 1.22
Browse files Browse the repository at this point in the history
base go image not yet on 1.23
  • Loading branch information
umputun committed Sep 16, 2024
1 parent de94cfa commit beef110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: set up go 1.23
- name: set up go 1.22
uses: actions/setup-go@v5
with:
go-version: "1.23"
go-version: "1.22"
id: go

- name: checkout
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/umputun/secrets

go 1.23
go 1.22

require (
github.com/didip/tollbooth/v7 v7.0.2
Expand Down

0 comments on commit beef110

Please sign in to comment.