Skip to content

Commit a2ddb3e

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent 298a40e commit a2ddb3e

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
- name: Run tests and generate coverage report
7070
run: |
7171
sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y
72-
sudo apt-get install -y --no-install-recommends postgresql-17
73-
export PATH=/usr/lib/postgresql/17/bin:$PATH
72+
sudo apt-get install -y --no-install-recommends postgresql-18
73+
export PATH=/usr/lib/postgresql/18/bin:$PATH
7474
make build/cover.out
7575
- name: Archive code coverage results
7676
uses: actions/upload-artifact@v7

.golangci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ linters:
166166
- github.com/majewsky/gg/option
167167
- github.com/onsi/ginkgo/v2
168168
- github.com/onsi/gomega
169+
- go.xyrillian.de/gg/option
169170
usestdlibvars:
170171
http-method: true
171172
http-status-code: true

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ prepare-static-check: FORCE install-goimports install-golangci-lint install-shel
5959
# To add additional flags or values (before the default ones), specify the variable in the environment, e.g. `GO_BUILDFLAGS='-tags experimental' make`.
6060
# To override the default flags or values, specify the variable on the command line, e.g. `make GO_BUILDFLAGS='-tags experimental'`.
6161
GO_BUILDFLAGS +=
62-
GO_LDFLAGS +=
63-
GO_TESTFLAGS +=
64-
GO_TESTENV +=
65-
GO_BUILDENV +=
62+
GO_LDFLAGS +=
63+
GO_TESTFLAGS +=
64+
GO_TESTENV +=
65+
GO_BUILDENV +=
6666

6767
build-all: build/helm-migrate-release
6868

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mkShell {
1212
go_1_26
1313
golangci-lint
1414
gotools # goimports
15-
postgresql_17
15+
postgresql_18
1616
renovate
1717
reuse
1818
typos

0 commit comments

Comments
 (0)