Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Bump Go version to 1.20 #169

Merged
merged 3 commits into from
Jul 21, 2023

Conversation

mbevc1
Copy link
Contributor

@mbevc1 mbevc1 commented Jul 21, 2023

  • Bump Go to 1.20
  • Update some dependencies

@@ -23,6 +23,6 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.20
Copy link
Owner

Choose a reason for hiding this comment

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

this needs to be between '' I think because YAML reasons.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Happy to put in in quotes, but never had issues using without :)

Copy link
Owner

Choose a reason for hiding this comment

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

actions/setup-go#328

did you go back to go 1.2? 😅

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, I see now what you meant 😄 Fixing... 🛠️

@marcosnils marcosnils merged commit eb65e2d into marcosnils:master Jul 21, 2023
2 checks passed
@mbevc1 mbevc1 deleted the 20230721_bump_golang branch July 21, 2023 20:00
@mbevc1
Copy link
Contributor Author

mbevc1 commented Jul 21, 2023

Cheers @marcosnils . It's probably worth cutting a fresh release build with 1.20? 🤔

@marcosnils
Copy link
Owner

there's no rush since there's no functionality change withing the releases?

@mbevc1
Copy link
Contributor Author

mbevc1 commented Jul 21, 2023

Yeah, not urgent but just build with newer Golang.

@marcosnils
Copy link
Owner

np. I was planning to fix some bugs the following days so I'll probably make the release then.

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

Successfully merging this pull request may close these issues.

None yet

2 participants