Skip to content

Commit

Permalink
Merge pull request #33 from catatsuy/renovate/golang-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency golang
  • Loading branch information
catatsuy authored Aug 11, 2023
2 parents edd7829 + dfb9195 commit 5ab4e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.20.7
go-version-input: 1.21.0
go-package: ./...
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20
FROM golang:1.21

RUN mkdir -p /opt/go
COPY . /opt/go
Expand Down

0 comments on commit 5ab4e23

Please sign in to comment.