Skip to content

Commit

Permalink
fix govulncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
cherry-yl-sh committed Jul 10, 2024
1 parent c8c13ca commit dc14bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## build
FROM golang:1.22.4-alpine3.19 AS build-env
FROM golang:1.22.5-alpine3.19 AS build-env

RUN apk add build-base

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module AAStarCommunity/EthPaymaster_BackService

go 1.22.4
go 1.22.5

require (
github.com/NethermindEth/starknet.go v0.7.0
Expand Down

0 comments on commit dc14bad

Please sign in to comment.