Compare commits
3 commits
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
05cd2e1ac7 | ||
|
|
548a5d495c | ||
|
|
917a5bc40c |
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -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
4
go.mod
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue