Skip to content

Commit

Permalink
Updated to go 1.21
Browse files Browse the repository at this point in the history
* Updated release workflow to use go 1.21
  • Loading branch information
Neo2308 authored and mr-karan committed Aug 14, 2023
1 parent 9818c32 commit c72c2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
Expand Down

0 comments on commit c72c2ef

Please sign in to comment.