Skip to content

Commit

Permalink
Merge branch 'main' into renovate/main-github.com-golangci-golangci-l…
Browse files Browse the repository at this point in the history
…int-1.x
  • Loading branch information
andriisoldatenko committed Feb 8, 2024
2 parents eb74bd2 + 6596ab6 commit 7e83550
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# setup build image
FROM golang:1.21.6@sha256:7026fb72cfa9cc112e4d1bf4b35a15cac61a413d0252d06615808e7c987b33a7 AS go-base
FROM golang:1.22.0@sha256:ef61a20960397f4d44b0e729298bf02327ca94f1519239ddc6d91689615b1367 AS go-base
RUN \
--mount=type=cache,target=/var/cache/apt \
apt-get update && apt-get install -y libbtrfs-dev libdevmapper-dev
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion pkg/arch/arm.go → pkg/arch/arm64.go
@@ -1,5 +1,4 @@
//go:build arm64
// +build arm64

package arch

Expand Down
1 change: 0 additions & 1 deletion pkg/arch/ppcle.go → pkg/arch/ppc64le.go
@@ -1,5 +1,4 @@
//go:build ppc64le
// +build ppc64le

package arch

Expand Down
1 change: 0 additions & 1 deletion pkg/arch/s390.go → pkg/arch/s390x.go
@@ -1,5 +1,4 @@
//go:build s390x
// +build s390x

package arch

Expand Down

0 comments on commit 7e83550

Please sign in to comment.