Skip to content

Commit

Permalink
Merge pull request #23 from richardartoul/richardartoul-patch-1
Browse files Browse the repository at this point in the history
Upgrade Go in CI
  • Loading branch information
richardartoul authored May 31, 2024
2 parents 429ac4f + 998a14d commit 5557c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14.1
- name: Set up Go 1.21.1
uses: actions/setup-go@v1
with:
go-version: 1.14.1
go-version: 1.21.1
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 5557c95

Please sign in to comment.