Skip to content

Commit

Permalink
Bump Go on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Aug 9, 2023
1 parent 902760a commit fa780e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
build: {
name: "Build",
"runs-on": "ubuntu-latest",
strategy: { matrix: { "go-version": [ "stable", "oldstable"] } },
steps: [
{
name: "Set up Go 1.18",
uses: "actions/setup-go@v1",
"with": {"go-version": 1.18},
uses: "actions/setup-go@v4",
with: { "go-version": "${{ matrix.go-version }}" },
id: "go",
},
{name: "Check out code into the Go module directory", uses: "actions/checkout@v1"},
Expand Down

0 comments on commit fa780e9

Please sign in to comment.