This commit is contained in:
dependabot[bot] 2026-04-13 16:23:31 +00:00 committed by GitHub
commit b83ba0fca5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.24 AS builder
FROM golang:1.25 AS builder
COPY . /var/app
WORKDIR /var/app
RUN go mod tidy

View file

@ -30,4 +30,4 @@ test:
.PHONY: lint
lint:
docker run --rm -v $$(pwd):/app -w /app golangci/golangci-lint:v2.1.6 golangci-lint run -v
docker run --rm -v $$(pwd):/app -w /app golangci/golangci-lint:v2.11.4 golangci-lint run -v

4
go.mod
View file

@ -1,10 +1,10 @@
module github.com/trstringer/manual-approval
go 1.24.0
go 1.25.0
require (
github.com/google/go-github/v43 v43.0.0
golang.org/x/oauth2 v0.33.0
golang.org/x/oauth2 v0.36.0
)
require (