chore: bump go to 1.23.4 (#8123)

Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io>
This commit is contained in:
Nikita Pivkin
2024-12-18 15:49:47 +06:00
committed by GitHub
parent 17827db6a9
commit e79e73d636
7 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ on:
branches:
- main
env:
GO_VERSION: '1.22'
GO_VERSION: '1.23'
jobs:
deploy:
name: Auto-update labels

View File

@@ -14,7 +14,7 @@ on:
env:
GH_USER: "aqua-bot"
GO_VERSION: '1.22'
GO_VERSION: '1.23'
jobs:
release:

View File

@@ -12,7 +12,7 @@ on:
workflow_dispatch:
env:
GO_VERSION: '1.22'
GO_VERSION: '1.23'
jobs:
test:
name: Test

View File

@@ -121,7 +121,7 @@ linters:
- usestdlibvars
run:
go: '1.22'
go: '1.23'
timeout: 30m
issues:

View File

@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 golang:1.22
FROM --platform=linux/amd64 golang:1.23
# Set environment variable for protoc
ENV PROTOC_ZIP=protoc-3.19.4-linux-x86_64.zip

View File

@@ -5,6 +5,6 @@ registries:
- type: standard
ref: v3.157.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: tinygo-org/tinygo@v0.31.1
- name: tinygo-org/tinygo@v0.33.0
- name: WebAssembly/binaryen@version_112
- name: magefile/mage@v1.14.0

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/aquasecurity/trivy
go 1.22.9
go 1.23.4
require (
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible