File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 pull_request :
88
99env :
10- GO_VERSION : ' 1.24 '
11- GO_LINT : ' v2.4 .0'
10+ GO_VERSION : ' 1.25 '
11+ GO_LINT : ' v2.8 .0'
1212
1313permissions :
1414 contents : read
2828 - uses : actions/checkout@v4
2929 - uses : actions/setup-go@v5
3030 with :
31- go-version : stable
31+ go-version : ${{ env.GO_VERSION }}
3232 - name : golangci-lint
3333 uses : golangci/golangci-lint-action@v7
3434 with :
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
33# Create a stage for building the application.
4- ARG GO_VERSION=1.24
4+ ARG GO_VERSION=1.25
55FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine AS build
66WORKDIR /usr/src/app
77
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ default: test
33SHELL =/bin/bash
44
55SD_DB?="postgresql://pg:pass@localhost:5432/status_dashboard?sslmode =disable"
6- GOLANGCI_LINT_VERSION? ="2.4 .0"
6+ GOLANGCI_LINT_VERSION? ="2.8 .0"
77
88test :
99 @echo running unit tests
Original file line number Diff line number Diff line change 11module github.com/stackmon/otc-status-dashboard
22
3- go 1.24.2
3+ go 1.25.0
44
55require (
66 github.com/DATA-DOG/go-sqlmock v1.5.2
You can’t perform that action at this time.
0 commit comments