Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickyf115 authored May 2, 2024
1 parent 5678214 commit 4011c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.22.2
- image: cimg/go:1.22.2
steps:
- checkout
- run:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:

publish-image:
docker:
- image: circleci/golang:1.22.2
- image: cimg/go:1.22.2
steps:
- checkout
- run:
Expand Down

0 comments on commit 4011c0e

Please sign in to comment.