Skip to content

Commit

Permalink
chore: upgrade go to v1.22.3 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedhyw authored May 23, 2024
1 parent 6755f2a commit a57f20a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.6'
go-version: '1.22.3'
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.6'
go-version: '1.22.3'

- name: Fetch vendor
run: make vendor
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hedhyw/json-log-viewer

go 1.21
go 1.22

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

Expand Down

0 comments on commit a57f20a

Please sign in to comment.