diff options
| author | Andre Ferraz <31141+deferraz@users.noreply.github.com> | 2023-06-08 14:48:08 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-08 13:48:08 -0400 |
| commit | e372237aabfdb422e77b768b41114497c60f332d (patch) | |
| tree | a792c66a51439d0e228297876c8eac59b1554c2b /Dockerfile | |
| parent | 49825ec4df76b3d2571515525ac71b83efd30acc (diff) | |
chore: bump go version to 1.20 (#564)
* bump go version to 1.20
Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com>
* change golang version in actions to 1.20
Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com>
* bump golangci-lint-action and setup-go to v3
Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com>
* change actions/checkout to v3
Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com>
* bump golangci-lint-action to v1.52.2
Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com>
* these 3 linters were deprecated in favor of unused
Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com>
* go linter fix
Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com>
---------
Signed-off-by: Andre Ferraz <andre.ferraz@loggi.com>
Co-authored-by: Andre Ferraz <andre.ferraz@loggi.com>
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM golang:1.18 AS builder +FROM golang:1.20 AS builder RUN mkdir -p /src/argocd-image-updater WORKDIR /src/argocd-image-updater |
