Skip to content

Commit

Permalink
fix: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Jul 28, 2024
1 parent edbd2d7 commit 47b697b
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 @@ -19,6 +19,6 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22.5
- name: Test
run: task test
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/darklab8/go-typelog

go 1.21.1
go 1.22.5

0 comments on commit 47b697b

Please sign in to comment.