Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wetware/go
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed May 25, 2024
2 parents 49e0ece + 66c6edd commit ab275fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'

- name: Build
run: go build -v ./...
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Go Wetware

[![Godoc Reference](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/wetware/go)
[![Go Report Card](https://goreportcard.com/badge/github.com/wetware/go?style=flat-square)](https://goreportcard.com/report/github.com/wetware/go)
[![tests](https://github.com/wetware/go/workflows/Go/badge.svg)](https://github.com/wetware/go/actions/workflows/go.yml)
[![Matrix](https://img.shields.io/matrix/wetware:matrix.org?color=lightpink&label=support%20chat&logo=matrix&style=flat-square)](https://matrix.to/#/#wetware:matrix.org)
[![white paper](https://img.shields.io/badge/white%20paper-reading%20time%20--%207%20min-9cf?style=flat-square)](https://hackmd.io/@fCsHyW7yR3C5lGQFbh9KdQ/SJzOIt9k3)

Wetware node implementation and client libraries for Go programmers.

## Installation
Expand Down

0 comments on commit ab275fb

Please sign in to comment.