diff options
author | Astatin <[email protected]> | 2024-12-16 13:39:59 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-16 13:39:59 +0900 |
commit | e2e58d97463b08a908b7bed2d53b652e24b6afa9 (patch) | |
tree | 7068b3bb2475f7d93c0e327832be367ba4696214 | |
parent | 0686865aac60a1820279705d18a0d70faac456f2 (diff) |
Update go.yml
-rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9a5fc14..bbcf636 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.23.0' - name: Build run: go build -v . |