Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go 1.21.5
Browse files Browse the repository at this point in the history
UserNotFound committed Dec 15, 2023
1 parent fc3d430 commit 7612d5d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
- name: install golang
uses: actions/setup-go@v2
with:
go-version: 1.21.4
go-version: 1.21.5

- name: checkout code
uses: actions/checkout@v2
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
go-version: [1.21.4]
go-version: [1.21.5]

steps:
- name: install golang

0 comments on commit 7612d5d

Please sign in to comment.