testing go directive change (#12124)

This commit is contained in:
Yajith Dayarathna
2024-08-30 18:27:42 +12:00
committed by GitHub
parent d28dc59584
commit a5e246cc16
2 changed files with 2 additions and 5 deletions

View File

@@ -22,7 +22,6 @@ on:
env:
DOCKER_HUB_REPO: portainerci/portainer-ce
EXTENSION_HUB_REPO: portainerci/portainer-docker-extension
GO_VERSION: 1.22.5
NODE_VERSION: 18.x
jobs:
@@ -47,7 +46,7 @@ jobs:
- name: '[preparation] set up golang'
uses: actions/setup-go@v5.0.0
with:
go-version: ${{ env.GO_VERSION }}
go-version-file: go.mod
- name: '[preparation] set up node.js'
uses: actions/setup-node@v4.0.1
with: