Skip to content

Correct the YAML spacing of the with clause of the setup-go action #2

Correct the YAML spacing of the with clause of the setup-go action

Correct the YAML spacing of the with clause of the setup-go action #2

name: Email_Form_Gateway_Build_Test_And_Deploy
on: [push, pull_request]
jobs:
deploy:
name: "Deploy to senpaid"
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download and install go
uses: actions/setup-go@v5
with:
go-version: '1.22.0'
run: go version