Skip to content

Commit

Permalink
fix: [CI-13178]: Upgrade go version with minor version to 1.22.4 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahkumar56 authored Jul 10, 2024
1 parent 5582e3e commit a71177d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ platform:

steps:
- name: build
image: golang:1.22
image: golang:1.22.4
commands:
- go test ./...
- sh scripts/build.sh
Expand Down Expand Up @@ -178,7 +178,7 @@ pool:

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

0 comments on commit a71177d

Please sign in to comment.