Skip to content

Commit

Permalink
updated go
Browse files Browse the repository at this point in the history
  • Loading branch information
256dpi committed Feb 20, 2024
1 parent edff526 commit b1e4674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install
uses: actions/setup-go@v4
with:
go-version: "1.19"
go-version: "1.20"
- name: Checkout
uses: actions/checkout@v3
- name: Prepare
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/256dpi/fire

go 1.19
go 1.20

require (
dario.cat/mergo v1.0.0
Expand Down

0 comments on commit b1e4674

Please # to comment.