chore(deps): update Go to 1.23 and Node to 20.17.0 (#1639)

* bump(deps): lift language versions

* Update Dockerfile

* ask your doctor

* chore: update go to 1.23

* fix: go mod version

---------

Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
This commit is contained in:
Kyle Sanderson 2024-09-01 08:10:18 -07:00 committed by GitHub
parent 34d6e0cf60
commit f3c7946e52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 12 deletions

View file

@ -12,6 +12,8 @@ on:
env:
REGISTRY: ghcr.io
REGISTRY_IMAGE: ghcr.io/${{ github.repository }}
GO_VERSION: '1.23.0'
NODE_VERSION: '20.17.0'
permissions:
contents: write
@ -30,7 +32,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '20.10.0'
node-version: ${{ env.NODE_VERSION }}
- name: Set up corepack
run: corepack enable
@ -79,7 +81,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.0'
go-version: ${{ env.GO_VERSION }}
cache: true
- name: Test
@ -111,7 +113,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.0'
go-version: ${{ env.GO_VERSION }}
cache: true
- name: Run GoReleaser build