Skip to content

Commit

Permalink
Bump Go to v1.17 (#4)
Browse files Browse the repository at this point in the history
* Fix action name in sample yaml

Signed-off-by: KeisukeYamashita <[email protected]>

* Bump Go to 1.17

Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita authored Mar 3, 2022
1 parent b2b85ff commit 5f78ee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:alpine
FROM golang:1.17-alpine

WORKDIR /build

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/mlioo/github-workflow-action
module github.com/mercari/github-app-token-generator

go 1.16
go 1.17

require github.com/golang-jwt/jwt v3.2.2+incompatible

0 comments on commit 5f78ee7

Please sign in to comment.