chore(deps): update dependency golang (#13)
continuous-integration/drone/push Build is passing Details

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | docker | minor | `1.18` -> `1.19` |
| golang | stage | minor | `1.18.5-alpine3.16` -> `1.19.0-alpine3.16` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEzNC4wIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: #13
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
This commit is contained in:
renovate 2022-08-04 04:03:58 +00:00 committed by Dawid Wysokiński
parent 9d7c043f47
commit 1b902cd1e3
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ name: test
steps:
- name: test
image: golang:1.18
image: golang:1.19
commands:
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
@ -23,7 +23,7 @@ name: check-go-mod
steps:
- name: check go.mod
image: golang:1.18
image: golang:1.19
commands:
- go mod tidy
- git diff --exit-code go.mod

View File

@ -1,4 +1,4 @@
FROM golang:1.18.5-alpine3.16 as builder
FROM golang:1.19.0-alpine3.16 as builder
WORKDIR /notificationarr