Skip to content

Commit

Permalink
Go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Nov 27, 2022
1 parent c1711c3 commit f38ee21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19
-
name: Mage build
uses: magefile/mage-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gosum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19
-
name: Tidy
run: |
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/crazy-max/WindowsSpyBlocker

go 1.17
go 1.18

require (
github.com/0xrawsec/golang-evtx v1.2.9
Expand Down

0 comments on commit f38ee21

Please sign in to comment.