Skip to content

Commit

Permalink
ci: bump golang in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MindTooth committed Jan 9, 2025
1 parent 0981189 commit 8aef920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.21]
go: [1.22]
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 8aef920

Please sign in to comment.