We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6755f2a commit a57f20aCopy full SHA for a57f20a
.github/workflows/check.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Go
15
uses: actions/setup-go@v5
16
with:
17
- go-version: '1.21.6'
+ go-version: '1.22.3'
18
id: go
19
20
- name: Check out code into the Go module directory
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
- name: Fetch vendor
21
run: make vendor
go.mod
@@ -1,6 +1,6 @@
1
module github.com/hedhyw/json-log-viewer
2
3
-go 1.21
+go 1.22
4
5
replace github.com/antonmedv/fx => github.com/hedhyw/fx v0.0.2
6
0 commit comments