Skip to content

Commit

Permalink
Update Go version in GitHub workflows
Browse files Browse the repository at this point in the history
Updating the Go version from 1.19.x and 1.20.x to 1.21.x in both docker.yml and main.yml GitHub workflows, to stay up-to-date with the Go releases.
  • Loading branch information
colindickson committed Aug 31, 2023
1 parent 7a28dca commit cf6d23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.19.x
go-version: 1.21.x

- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: "${{ !startsWith(github.event.head_commit.message, 'GitBook: [#') }}"
strategy:
matrix:
go-version: [1.20.x]
go-version: [ 1.21.x ]
os: [ubuntu-latest, macos-latest]
steps:
- name: Set up Go
Expand Down

0 comments on commit cf6d23e

Please sign in to comment.