Skip to content

Commit

Permalink
build: force use of previous go
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 29, 2024
1 parent b4da757 commit bb98b9c
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 @@ -35,7 +35,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ^1
go-version-file: ./go.mod
cache: true
- name: Download Go modules
run: go mod download
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/charmbracelet/soft-serve

go 1.21

toolchain go1.22.0
toolchain go1.21.0

require (
github.com/charmbracelet/bubbles v0.18.0
Expand Down

0 comments on commit bb98b9c

Please sign in to comment.