Skip to content

Commit

Permalink
[main] bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilou4 committed Apr 5, 2024
1 parent 7cc9877 commit 1908809
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.19.x'
go-version: '1.22.x'
- name: Install dependencies
run: go get .
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.19.x'
go-version: '1.22.x'
- name: Install dependencies
run: go get .
- name: Build
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/Bilou4/hasher

go 1.19
go 1.22

require (
github.com/glaslos/ssdeep v0.3.3
Expand Down

0 comments on commit 1908809

Please sign in to comment.