Skip to content

Commit

Permalink
Merge pull request #25 from Dodai-Dodai/buildWithoutDocker
Browse files Browse the repository at this point in the history
workflowの修正
  • Loading branch information
Dodai-Dodai authored Apr 2, 2024
2 parents e022337 + 246f147 commit 2e322cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.18' # Goのバージョンを指定
go-version: '1.21' # Goのバージョンを指定

- name: Build executable
run: go build -o main .
Expand Down

0 comments on commit 2e322cc

Please sign in to comment.