Skip to content

Commit

Permalink
Update .drone.yml (#19)
Browse files Browse the repository at this point in the history
bumped golang container version to `1.22.7` in the Build step
  • Loading branch information
Ompragash authored Jan 9, 2025
1 parent 66d62e9 commit d3172c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pool:

steps:
- name: build
image: golang:1.19
image: golang:1.22.7
commands:
- go test ./...
- sh scripts/build.sh
Expand Down

0 comments on commit d3172c3

Please sign in to comment.