Skip to content

Commit

Permalink
fix: set specific version of go
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmedeski committed Jan 15, 2024
1 parent b3dbd73 commit ba74bbe
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-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.20.x"
go-version: "1.21"
- name: Run tests
run: go test -race ./...

Expand All @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.20.x"
go-version: "1.21"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
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 joshmedeski/sesh

go 1.21.5
go 1.21

require github.com/urfave/cli/v2 v2.27.0

Expand Down

0 comments on commit ba74bbe

Please sign in to comment.