Skip to content

🌱 Bump actions/setup-go from 3.5.0 to 4.0.0 #255

🌱 Bump actions/setup-go from 3.5.0 to 4.0.0

🌱 Bump actions/setup-go from 3.5.0 to 4.0.0 #255

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: Build the Docker image
run: docker build . --file Dockerfile