Skip to content

Commit ba74bbe

Browse files
committed
fix: set specific version of go
1 parent b3dbd73 commit ba74bbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-go@v3
1212
with:
13-
go-version: "1.20.x"
13+
go-version: "1.21"
1414
- name: Run tests
1515
run: go test -race ./...
1616

@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v3
2929
with:
30-
go-version: "1.20.x"
30+
go-version: "1.21"
3131
- name: Run GoReleaser
3232
uses: goreleaser/goreleaser-action@v2
3333
with:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module joshmedeski/sesh
22

3-
go 1.21.5
3+
go 1.21
44

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

0 commit comments

Comments
 (0)