We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274e7d3 commit 853622bCopy full SHA for 853622b
.circleci/config.yml
@@ -22,15 +22,15 @@ parameters:
22
go_version:
23
type: string
24
# https://go.dev/doc/devel/release
25
- default: '1.19.4'
+ default: '1.20.5'
26
27
executors:
28
alpine:
29
docker:
30
- image: alpine:3.17
31
docker-node:
32
33
- - image: bastiandoetsch209/cli-build:latest
+ - image: bastiandoetsch209/cli-build:20230613-040119
34
# Using RAM Disk. https://circleci.com/docs/2.0/executor-types/#ram-disks
35
working_directory: /mnt/ramdisk/snyk
36
resource_class: large
0 commit comments