Skip to content

Commit 946f6d9

Browse files
authored
Update to Go 1.21 (#68)
1 parent 6ce89ec commit 946f6d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
working_directory: ~/repo
66
docker:
7-
- image: cimg/go:1.18
7+
- image: cimg/go:1.21
88
steps:
99
- checkout
1010
- restore_cache:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/postmanlabs/postman-insights-agent
22

3-
go 1.18
3+
go 1.21
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.6

0 commit comments

Comments
 (0)