mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 20:28:22 +00:00
feat: bump to build with go1.24 (#5321)
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -68,7 +68,7 @@ jobs:
|
||||
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6
|
||||
with:
|
||||
# renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||
version: v1.62.2
|
||||
version: v1.64.4
|
||||
|
||||
skip-lint:
|
||||
needs: [changes]
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
node 22.12.0
|
||||
go 1.23.0
|
||||
go 1.24.0
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# what distro is the image being built for
|
||||
ARG ALPINE_TAG=3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
|
||||
ARG DEBIAN_TAG=12.8-slim@sha256:d365f4920711a9074c4bcd178e8f457ee59250426441ab2a5f8106ed8fe948eb
|
||||
ARG GOLANG_TAG=1.23.5-alpine@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596
|
||||
ARG GOLANG_TAG=1.24.0-alpine@sha256:5429efb7de864db15bd99b91b67608d52f97945837c7f6f7d1b779f9bfe46281
|
||||
|
||||
# renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
|
||||
ARG DEFAULT_TERRAFORM_VERSION=1.10.5
|
||||
|
||||
2
Makefile
2
Makefile
@@ -7,7 +7,7 @@ IMAGE_NAME := runatlantis/atlantis
|
||||
.DEFAULT_GOAL := help
|
||||
|
||||
# renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||
GOLANGCI_LINT_VERSION := v1.59.1
|
||||
GOLANGCI_LINT_VERSION := v1.64.4
|
||||
|
||||
.PHONY: help
|
||||
help: ## List targets & descriptions
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module github.com/runatlantis/atlantis/e2e
|
||||
|
||||
go 1.23.5
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
github.com/google/go-github/v68 v68.0.0
|
||||
|
||||
2
go.mod
2
go.mod
@@ -1,6 +1,6 @@
|
||||
module github.com/runatlantis/atlantis
|
||||
|
||||
go 1.23.5
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
code.gitea.io/sdk/gitea v0.19.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.23.5@sha256:8c10f21bec412f08f73aa7b97ca5ac5f28a39d8a88030ad8a339fd0a781d72b4
|
||||
FROM golang:1.24.0@sha256:2b1cbf278ce05a2a310a3d695ebb176420117a8cfcfcc4e5e68a1bef5f6354da
|
||||
|
||||
RUN apt-get update && apt-get --no-install-recommends -y install unzip \
|
||||
&& apt-get clean \
|
||||
|
||||
Reference in New Issue
Block a user