Skip to content

Commit

Permalink
build: set go1.22.4 for security purposes
Browse files Browse the repository at this point in the history
Signed-off-by: Gabor Boros <gabor.brs@gmail.com>
  • Loading branch information
gabor-boros committed Jun 12, 2024
1 parent d26fe27 commit 3ffc786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
go:
- "^1.22"
- "^1.22.4"
os:
- ubuntu-latest
- windows-latest
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/gabor-boros/minutes

go 1.22
go 1.22.4

require (
github.com/jedib0t/go-pretty/v6 v6.5.9
Expand Down

0 comments on commit 3ffc786

Please sign in to comment.