Skip to content

Commit

Permalink
github actions: bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Sep 18, 2023
1 parent 51dee75 commit 7f62ced
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 @@ -27,7 +27,7 @@ jobs:

strategy:
matrix:
go-version: [1.20.x]
go-version: [1.21.x]

outputs:
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.21.x]
os: [ubuntu-latest, macos-latest]
steps:
- name: Set up Go
Expand Down

0 comments on commit 7f62ced

Please sign in to comment.