We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d3ebc commit ccf87e4Copy full SHA for ccf87e4
.github/actions/setup-go/action.yaml
@@ -4,7 +4,7 @@ description: |
4
inputs:
5
version:
6
description: "The Go version to use."
7
- default: "1.22.3"
+ default: "1.22.4"
8
runs:
9
using: "composite"
10
steps:
.github/workflows/ci.yaml
@@ -254,12 +254,9 @@ jobs:
254
- name: Setup Node
255
uses: ./.github/actions/setup-node
256
257
+ # Use default Go version
258
- name: Setup Go
- uses: buildjet/setup-go@v5
259
- with:
260
- # This doesn't need caching. It's super fast anyways!
261
- cache: false
262
- go-version: 1.21.9
+ uses: ./.github/actions/setup-go
263
264
- name: Install shfmt
265
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0
0 commit comments