aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-05-09 07:06:21 +0530
committerGitHub <[email protected]>2025-05-09 07:06:21 +0530
commitae76d8707bf136803276ba24b62ed5d5cb41fde9 (patch)
tree4ff1aa172a31abbcec31b8fe42bb97ac66fa0ee8 /.github
parent0c246e7e6c7516a01c8740c6ee39c2791c47ade2 (diff)
downloadmetachan-ae76d8707bf136803276ba24b62ed5d5cb41fde9.tar.xz
metachan-ae76d8707bf136803276ba24b62ed5d5cb41fde9.zip
updated go version to `1.24`
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/compile.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml
index c500336..22c6467 100644
--- a/.github/workflows/compile.yml
+++ b/.github/workflows/compile.yml
@@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
- go-version: '1.20'
+ go-version: '1.24'
- name: Build
run: go build -v ./...