From ae49b0e3a4266c0cc895ecc0c27d4080038db852 Mon Sep 17 00:00:00 2001 From: H0llyW00dzZ Date: Thu, 7 Dec 2023 01:49:23 +0700 Subject: [PATCH] Chore [Golang] Upgrade Go Version to Latest - [+] chore(codeql.yml): update comment about JavaScript/TypeScript dependencies - [+] chore(codeql.yml): update comment about Go setup warning - [+] chore(go.mod): update Go version to 1.21.5 --- .github/workflows/codeql.yml | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a03ff9d..4dc7147 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -79,11 +79,11 @@ jobs: uses: actions/setup-node@v4 with: node-version: '18' - # note: this useless only for compiled language + # note: this useless because in CodeQL about dependencies it's only for compiled language or python - name: Install JavaScript/TypeScript dependencies if: ${{ matrix.language == 'javascript' && matrix.fileExists }} run: npm ci - # note: ignore that warning in `setup up go` because this repo are using standard go module, so go.sum not really needed lol + # note: ignore that warning in `setup up go` because this repo are using standard library, so go.sum not really needed lol - name: Set up Go if: ${{ matrix.language == 'go' }} uses: actions/setup-go@v4 diff --git a/go.mod b/go.mod index 2f64bb8..9d81e35 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/H0llyW00dzZ/ChatGPT-Next-Web-Session-Exporter -go 1.21.4 +go 1.21.5