Skip to content

Commit

Permalink
Merge pull request #234 from kmc-jp/go-1.21
Browse files Browse the repository at this point in the history
slack-event: Go 1.21
  • Loading branch information
utgwkk authored Sep 8, 2023
2 parents 4a75ad6 + e96aec4 commit 279f8d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slack-event/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18
FROM golang:1.21

WORKDIR /app
ENV GOOS=linux
Expand Down
2 changes: 1 addition & 1 deletion slack-event/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kmc-jp/GodUploader-graphql/slack-event

go 1.18
go 1.21

require (
github.com/hasura/go-graphql-client v0.6.5
Expand Down

0 comments on commit 279f8d8

Please sign in to comment.