We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22379ee commit fe62791Copy full SHA for fe62791
.github/workflows/docker-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Go
28
uses: actions/setup-go@v4
29
with:
30
- go-version: '1.25'
+ go-version: '1.24'
31
cache: false
32
33
- name: Run Linters
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM golang:1.25-alpine AS builder
+FROM golang:1.24-alpine AS builder
3
4
WORKDIR /app
5
go.mod
module code-analyzer
-go 1.25
+go 1.24
require gopkg.in/yaml.v3 v3.0.1
0 commit comments