fixed ci image
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
James Tombleson 2023-06-18 13:35:40 -07:00
parent 55043c481e
commit 209f07dea0
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ type: docker
name: compile name: compile
steps: steps:
- name: Compile project - name: Compile project
image: goloang:latest image: golang:latest
commands: commands:
- go build - go build
trigger: trigger: