Skip to content

Commit

Permalink
chore: update to go1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Aug 8, 2023
1 parent d06b2fd commit 4c795d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
unstable: {
name: "Build unstable",
"runs-on": "ubuntu-latest",
strategy: { matrix: { "go-version": [ "1.21.0-rc.3"] } },
strategy: { matrix: { "go-version": [ "1.21"] } },
steps: [
{ name: "Check out code into the Go module directory", uses: "actions/checkout@v3" },
{
Expand Down

0 comments on commit 4c795d3

Please sign in to comment.