Skip to content

[Snyk] Security upgrade golang from 1.22.4 to 1.23rc2 #321

[Snyk] Security upgrade golang from 1.22.4 to 1.23rc2

[Snyk] Security upgrade golang from 1.22.4 to 1.23rc2 #321

Workflow file for this run

name: test_tool
on:
push:
branches:
- master
paths:
- tool/**
pull_request:
branches:
- master
paths:
- tool/**
env:
GO_VERSION: 1.22.4
NODE_VERSION: 16.13.0
jobs:
tool:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
cache: true
- name: Run unit tests for actions-plan-preview
working-directory: tool/actions-plan-preview
run: go test ./...
- name: Run unit tests for actions-gh-release
working-directory: tool/actions-gh-release
run: go test ./...