godbledger:master

Last commit made on 2023-03-13
Get this branch:
git clone -b master https://git.launchpad.net/godbledger

Branch merges

Branch information

Name:
master
Repository:
lp:godbledger

Recent commits

cbbcb17... by Sean <email address hidden>

Merge pull request #192 from aw3stin1/master

Update Dockerfile.build to use golang:1.19-alpine

6ee5067... by Austin <email address hidden>

Update Dockerfile.build to use golang:1.19-alpine

The go.mod file requires go 1.19. However, the Dockerfile.build is pulling the golang alpine image from golang:1.15.5-alpine. This results in an error during the "RUN make" step in Dockerfile.build:

> # github.com/darcys22/godbledger/internal/build
> internal/build/download.go:39:18: undefined: os.ReadFile
> internal/build/local.go:132:13: undefined: os.WriteFile
> internal/build/util.go:76:18: undefined: os.ReadFile
> note: module requires Go 1.19
> make: *** [Makefile:42: build-native] Error 2
> The command '/bin/sh -c make' returned a non-zero code: 2
> make: *** [Makefile:80: docker-build] Error 2

Updating Dockerfile.build to use golang:1.19-alpine instead.

470201c... by Sean <email address hidden>

Merge pull request #190 from darcys22/dependabot/go_modules/golang.org/x/crypto-0.1.0

Bump golang.org/x/crypto from 0.0.0-20200622213623-75b288015ac9 to 0.1.0

6a53a5a... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Bump golang.org/x/crypto from 0.0.0-20200622213623-75b288015ac9 to 0.1.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20200622213623-75b288015ac9 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <email address hidden>

7e84163... by Sean <email address hidden>

Merge pull request #191 from darcys22/dependabot/go_modules/golang.org/x/net-0.7.0

Bump golang.org/x/net from 0.0.0-20210610132358-84b48f89b13b to 0.7.0

31bfc50... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Bump golang.org/x/net from 0.0.0-20210610132358-84b48f89b13b to 0.7.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210610132358-84b48f89b13b to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <email address hidden>

212d03a... by Sean <email address hidden>

Merge pull request #189 from darcys22/dependabot/go_modules/golang.org/x/text-0.3.8

Bump golang.org/x/text from 0.3.7 to 0.3.8

1b0e30f... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Bump golang.org/x/text from 0.3.7 to 0.3.8

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <email address hidden>

f783679... by Sean <email address hidden>

Create FUNDING.yml

293d77f... by Sean Darcy <email address hidden>

bump to v0.7.8