fix(ci): use go version of go.mod (#1858)

This commit is contained in:
MaineK00n
2024-02-28 16:20:55 +09:00
committed by GitHub
parent 351cf4f712
commit 05e0f05f5a

View File

@@ -37,6 +37,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version-file: go.mod
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2