Skip to content

Commit 853622b

Browse files
authored
feat: update to golang 1.20.5 and pin build image version (#4730)
1 parent 274e7d3 commit 853622b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ parameters:
2222
go_version:
2323
type: string
2424
# https://go.dev/doc/devel/release
25-
default: '1.19.4'
25+
default: '1.20.5'
2626

2727
executors:
2828
alpine:
2929
docker:
3030
- image: alpine:3.17
3131
docker-node:
3232
docker:
33-
- image: bastiandoetsch209/cli-build:latest
33+
- image: bastiandoetsch209/cli-build:20230613-040119
3434
# Using RAM Disk. https://circleci.com/docs/2.0/executor-types/#ram-disks
3535
working_directory: /mnt/ramdisk/snyk
3636
resource_class: large

0 commit comments

Comments
 (0)