From fe99f3420ebd887c94008ea04d8b83e3ecb58d1a Mon Sep 17 00:00:00 2001 From: Lucas dos Santos Abreu Date: Sat, 25 May 2024 10:14:47 -0300 Subject: [PATCH] fix: 1.17 => 1.22 --- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test-unit.yaml | 2 +- CONTRIBUTING.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index b8cd3b8a..ae149ad7 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.17 + go-version: 1.22 cache: false - name: golangci-lint uses: golangci/golangci-lint-action@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8cf841a0..c3ad13fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: go-setup uses: actions/setup-go@v5 with: - go-version: 1.17 + go-version: 1.22 - name: install snapcraft run: | sudo apt-get update diff --git a/.github/workflows/test-unit.yaml b/.github/workflows/test-unit.yaml index 229e16ac..30259abc 100644 --- a/.github/workflows/test-unit.yaml +++ b/.github/workflows/test-unit.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: 1.17 + go-version: 1.22 - name: Get dependencies run: | diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4a12adf5..63f6fe64 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,7 @@ size/complexity of it. ## Building the project Prerequisites: -- Go 1.17+ +- Go 1.22+ Run `make deps-install` to install the packages used by the project.