Skip to content

Commit

Permalink
bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Aug 27, 2024
1 parent 5e2074f commit 56dbd77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ jobs:
camel_case_name=$(echo $repo_name | awk -F- '{for(i=2; i<=NF; i++) $i=toupper(substr($i,1,1)) substr($i,2); }1' OFS="")
echo "CAMEL_CASE_REPO_NAME=$camel_case_name" >> $GITHUB_ENV
- name: Set up Go 1.21.1
- name: Set up Go 1.23
uses: actions/setup-go@v3
with:
go-version: '1.21.1'
go-version: '1.23'

- name: Check Go Version
run: go version
Expand Down

0 comments on commit 56dbd77

Please sign in to comment.