Skip to content

Commit a57f20a

Browse files
authored
chore: upgrade go to v1.22.3 (#68)
1 parent 6755f2a commit a57f20a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.21.6'
17+
go-version: '1.22.3'
1818
id: go
1919

2020
- name: Check out code into the Go module directory

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.21.6'
18+
go-version: '1.22.3'
1919

2020
- name: Fetch vendor
2121
run: make vendor

go.mod

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

3-
go 1.21
3+
go 1.22
44

55
replace github.com/antonmedv/fx => github.com/hedhyw/fx v0.0.2
66

0 commit comments

Comments
 (0)