chore(deps): update build and packages (#1009)

* chore: update golang deps

* bump node and golang

* update node

* tell that to mel gibson.

* build: update go version

* chore: update deps

* chore: go mod tidy

---------

Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
This commit is contained in:
Kyle Sanderson 2023-07-21 09:00:03 -07:00 committed by GitHub
parent c7ec93722b
commit daa4bf9a0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 111 additions and 359 deletions

View file

@ -26,7 +26,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '18.7.0'
node-version: '18.17.0'
- name: Set up corepack
run: corepack enable
@ -65,7 +65,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20.3'
go-version: '1.20.6'
cache: true
- name: Test
@ -92,7 +92,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20.3'
go-version: '1.20.6'
cache: true
- name: Run GoReleaser build
@ -133,7 +133,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20.3'
go-version: '1.20.6'
cache: true
- name: Run GoReleaser build and publish tags