Skip to content

Commit e5f3b9a

Browse files
Bump go version to 1.21
1 parent 5afcf66 commit e5f3b9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v4
1414
with:
15-
go-version: 1.19
15+
go-version: 1.21
1616

1717
- name: Build
1818
run: go build -v ./...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/codemakerai/codemaker-cli
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/codemakerai/codemaker-sdk-go v0.0.12

0 commit comments

Comments
 (0)