From 1908809bd4c6c0ce7694e8694cb082951295847a Mon Sep 17 00:00:00 2001 From: bilou4 <4quatre4quatre@gmail.com> Date: Fri, 5 Apr 2024 18:03:26 +0200 Subject: [PATCH] [main] bump go version --- .github/workflows/gh-actions.yml | 2 +- .github/workflows/release.yml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-actions.yml b/.github/workflows/gh-actions.yml index e0db61b..ec61550 100644 --- a/.github/workflows/gh-actions.yml +++ b/.github/workflows/gh-actions.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d42cfab..57fe1cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/go.mod b/go.mod index e6eb0f3..80b13e2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Bilou4/hasher -go 1.19 +go 1.22 require ( github.com/glaslos/ssdeep v0.3.3