Skip to content

Commit

Permalink
upgrade circleci golang image
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagrulla committed Apr 21, 2023
1 parent c81de37 commit 507862d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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.13.4
- image: cimg/go:1.20.3
working_directory: ~/github.com/lucagrulla/cw
steps:
- checkout
Expand Down

0 comments on commit 507862d

Please sign in to comment.