Skip to content

Commit 2e23d52

Browse files
authored
Merge pull request #19 from Lumos-Programming/upgrade-go-ver-1.24.0
👷 Go versionの更新
2 parents 829abde + c1f8477 commit 2e23d52

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/deploy-runner.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121
- name: Set up Go
22-
uses: actions/setup-go@v2
23-
with:
24-
go-version: '1.21'
22+
uses: actions/[email protected]
2523
- name: Build binary
2624
run: go build -o lumos-discord-bot .
2725
- name: Deploy binary

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module lumos-discord-bot
22

3-
go 1.21
4-
toolchain go1.23.7
3+
go 1.24
54

65
require (
76
github.com/bwmarrin/discordgo v0.28.1

0 commit comments

Comments
 (0)