Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Add go mod files for okta-hosted-login example #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sovietaced
Copy link

@Sovietaced Sovietaced commented Oct 3, 2023

This pull request adds go mod files to the okta-hosted-login example so that these examples can be run per the instructions on newer versions of go.

~/code/samples-golang/okta-hosted-login$ go get
go: go.mod file not found in current directory or any parent directory.
	'go get' is no longer supported outside a module.
	To build and install a command, use 'go install' with a version,
	like 'go install example.com/cmd@latest'
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.

@@ -0,0 +1,23 @@
module github.com/okta/samples-golang/okta-hosted-login

go 1.21.1
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy to lower/change this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant