Skip to content

Commit

Permalink
feat: update to golang 1.20.5 and pin build image version (#4730)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer committed Jun 29, 2023
1 parent 274e7d3 commit 853622b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -22,15 +22,15 @@ parameters:
go_version:
type: string
# https://go.dev/doc/devel/release
default: '1.19.4'
default: '1.20.5'

executors:
alpine:
docker:
- image: alpine:3.17
docker-node:
docker:
- image: bastiandoetsch209/cli-build:latest
- image: bastiandoetsch209/cli-build:20230613-040119
# Using RAM Disk. https://circleci.com/docs/2.0/executor-types/#ram-disks
working_directory: /mnt/ramdisk/snyk
resource_class: large
Expand Down

0 comments on commit 853622b

Please sign in to comment.