Skip to content

Commit

Permalink
fix: update go.mod / tests version
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Jun 11, 2024
1 parent 5038fe6 commit 1c27119
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19.x
go-version: 1.21.x

- name: Make Test
id: unit-test
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

go 1.19
go 1.21

0 comments on commit 1c27119

Please sign in to comment.