Skip to content

Commit

Permalink
Update Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
eikendev committed Dec 21, 2023
1 parent 9852977 commit 35f9573
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Expand Up @@ -6,7 +6,7 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+'

env:
GO_VERSION: '1.21.3'
GO_VERSION: '1.21.5'
PB_BUILD_VERSION: unknown # Needed for using Make targets.
SSH_AUTH_SOCK: /tmp/ssh_agent.sock

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -6,7 +6,7 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+'

env:
GO_VERSION: '1.21.3'
GO_VERSION: '1.21.5'

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -9,7 +9,7 @@ on:
- 'main'

env:
GO_VERSION: '1.21.3'
GO_VERSION: '1.21.5'
PB_BUILD_VERSION: pipeline-${{ github.sha }}

jobs:
Expand Down

0 comments on commit 35f9573

Please sign in to comment.