Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe committed Oct 3, 2024
1 parent 24d2f2d commit 999fdd6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22.5
go-version: 1.23.2

- name: Install Mage
run: go install github.com/magefile/mage
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22.5
go-version: 1.23.2

- name: Install Mage
run: go install github.com/magefile/mage
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Happy contributing!

| Requirement | Tested Version | Installation Instructions |
|-------------|----------------|-------------------------------------------------------|
| Go | 1.22.5 | [go.dev](https://go.dev/doc/tutorial/compile-install) |
| Go | 1.23.2 | [go.dev](https://go.dev/doc/tutorial/compile-install) |
| Mage | 1.15.0-5 | [magefile.org](https://magefile.org/) |

### Go
Expand All @@ -62,7 +62,7 @@ You may verify your `go` installation via the terminal:

```
$> go version
go version go1.22.5 darwin/amd64
go version go1.23.2 darwin/amd64
```

If you do not have go, we recommend installing it by:
Expand All @@ -89,7 +89,7 @@ $> mage --version
Mage Build Tool v1.15.0-5-g2385abb
Build Date: 2024-03-21T12:20:13-07:00
Commit: 2385abb
built with: go1.22.5
built with: go1.23.2
```

#### MacOS
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![godoc did-dht](https://img.shields.io/badge/godoc-did_dht-blue)](https://github.com/TBD54566975/did-dht/impl)
[![go version 1.22.5](https://img.shields.io/badge/go_version-1.22.5-brightgreen)](https://go.dev/)
[![go version 1.23.2](https://img.shields.io/badge/go_version-1.23.2-brightgreen)](https://go.dev/)
[![license Apache 2](https://img.shields.io/badge/license-Apache%202-black)](https://github.com/TBD54566975/did-dht/blob/main/LICENSE)
[![issues](https://img.shields.io/github/issues/TBD54566975/did-dht)](https://github.com/TBD54566975/did-dht/issues)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/TBD54566975/did-dht/ci.yml)
Expand Down
2 changes: 1 addition & 1 deletion impl/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.5-alpine
FROM golang:1.23.2-alpine

# Create directory for our app inside the container
WORKDIR /app
Expand Down
4 changes: 1 addition & 3 deletions impl/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/TBD54566975/did-dht

go 1.23.0

toolchain go1.23.1
go 1.23.2

require (
github.com/BurntSushi/toml v1.4.0
Expand Down

0 comments on commit 999fdd6

Please sign in to comment.