chore(deps): update docker.io/library/golang docker tag to v1.22.6
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build is passing

This commit is contained in:
CSRBot 2024-08-07 01:05:01 +00:00
parent 992941abdc
commit 480097b404
Signed by: CSRBot
GPG Key ID: DDBB888D261A47AB
2 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.22.5
image: docker.io/library/golang:1.22.6
trigger:
event:
@ -92,7 +92,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.22.5
image: docker.io/library/golang:1.22.6
trigger:
event:

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.22.5-alpine3.19 AS build
FROM docker.io/library/golang:1.22.6-alpine3.19 AS build
RUN apk add git make