Обновление контейнеров
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Ymnuk 2024-01-11 12:18:08 +03:00
parent 0dfc20eaf2
commit fcbbbfb1a5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ platform:
arch: amd64
steps:
- name: build
image: golang:1.21.3-alpine3.18
image: golang:1.21.6-alpine3.19
commands:
- go get
- CGO_ENABLED=0 GOOS=linux GOARCH=386 go build -a -installsuffix cgo -o ./yt-gen-app-linux-386 ./main.go