From 228e2ee58d8c4970138436d39ef10d877ad14c64 Mon Sep 17 00:00:00 2001 From: gabe Date: Mon, 10 Jun 2024 09:13:57 -0700 Subject: [PATCH] update go version --- .github/workflows/ci.yml | 4 ++-- .github/workflows/golangci-lint.yml | 2 +- CONTRIBUTING.md | 4 ++-- README.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 840a6001..d0b042ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.22.3 + go-version: 1.22.4 - name: Install Mage run: go install github.com/magefile/mage @@ -38,7 +38,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.22.3 + go-version: 1.22.4 - name: Install Mage run: go install github.com/magefile/mage diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index f7ffed53..50981527 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.22.3 + go-version: 1.22.4 - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@v3 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 74b33219..060935d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ When you're ready you may: | Requirement | Tested Version | Installation Instructions | |-------------|----------------|--------------------------------------------------------| -| Go | 1.22.3 | [go.dev](https://go.dev/doc/tutorial/compile-install) | +| Go | 1.22.4 | [go.dev](https://go.dev/doc/tutorial/compile-install) | | Mage | 1.13.0-6 | [magefile.org](https://magefile.org/) | ### Go @@ -23,7 +23,7 @@ You may verify your `go` installation via the terminal: ``` $> go version -go version go1.22.3 darwin/amd64 +go version go1.22.4 darwin/amd64 ``` If you do not have go, we recommend installing it by: diff --git a/README.md b/README.md index f0a80928..0fb6ece7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ⚠️ This repository is not actively being maintained. For a go SDK please look at [web5-go](https://github.com/TBD54566975/web5-go/). ⚠️ [![godoc ssi-sdk](https://img.shields.io/badge/godoc-ssi--sdk-blue)](https://pkg.go.dev/github.com/TBD54566975/ssi-sdk) -[![go version 1.22.3](https://img.shields.io/badge/go_version-1.22.3-brightgreen)](https://golang.org/) +[![go version 1.22.4](https://img.shields.io/badge/go_version-1.22.4-brightgreen)](https://golang.org/) [![Go Report Card A+](https://goreportcard.com/badge/github.com/TBD54566975/ssi-sdk)](https://goreportcard.com/report/github.com/TBD54566975/ssi-sdk) [![license Apache 2](https://img.shields.io/badge/license-Apache%202-black)](https://github.com/TBD54566975/ssi-sdk/blob/main/LICENSE) [![issues](https://img.shields.io/github/issues/TBD54566975/ssi-sdk)](https://github.com/TBD54566975/ssi-sdk/issues)