Skip to content

Commit b6ff416

Browse files
committed
Upgrade go version
1 parent dc7fd33 commit b6ff416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.16
19+
go-version: 1.23
2020
- name: Set up Gon
2121
run: brew install Bearer/tap/gon
2222
- name: Import Keychain Certs

go.mod

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

3-
go 1.21
3+
go 1.23
44

55
require (
66
github.com/buger/goterm v1.0.0

0 commit comments

Comments
 (0)