Skip to content

Commit

Permalink
chore(deps): update docker.io/golang docker tag to v1.22 (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
  • Loading branch information
renovate[bot] and xoxys authored Feb 8, 2024
1 parent 94515dc commit de12c9a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ steps:
image: docker.io/mstruebing/editorconfig-checker

- name: lint-golang
image: docker.io/golang:1.21
image: docker.io/golang:1.22
commands:
- make lint
volumes:
- name: godeps
path: /go

- name: test
image: docker.io/golang:1.21
image: docker.io/golang:1.22
commands:
- make test
volumes:
Expand Down Expand Up @@ -48,13 +48,13 @@ platform:

steps:
- name: build
image: docker.io/techknowlogick/xgo:go-1.21.x
image: docker.io/techknowlogick/xgo:go-1.22.x
commands:
- ln -s /drone/src /source
- make release

- name: executable
image: docker.io/golang:1.21
image: docker.io/golang:1.22
commands:
- $(find dist/ -executable -type f -iname ${DRONE_REPO_NAME}-linux-amd64) --help

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.multiarch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM docker.io/golang:1.21@sha256:b7bac393658f891b69189cfd98111525f951ac0fec8bab97a1990fe43c85d342 as build
FROM --platform=$BUILDPLATFORM docker.io/golang:1.22@sha256:ef61a20960397f4d44b0e729298bf02327ca94f1519239ddc6d91689615b1367 as build

ARG TARGETOS
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/cmd/golangci-lint@$(G
XGO_PACKAGE ?= src.techknowlogick.com/xgo@latest
GOTESTSUM_PACKAGE ?= gotest.tools/gotestsum@latest

XGO_VERSION := go-1.21.x
XGO_VERSION := go-1.22.x
XGO_TARGETS ?= linux/amd64,linux/arm64

TAGS ?= netgo
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/owncloud-ci/drone-ansible

go 1.21
go 1.22

require (
github.com/drone-plugins/drone-plugin-lib v0.4.2
Expand Down

0 comments on commit de12c9a

Please sign in to comment.