Skip to content

feat: update Go module and version to 1.18 #2

feat: update Go module and version to 1.18

feat: update Go module and version to 1.18 #2

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy-to-k8s:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3