Skip to content

Commit

Permalink
try to fix test for golang
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 9, 2023
1 parent 2a19aa8 commit f0dc847
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molecule/golang/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
become: true

vars:
golang_version: '1.20.11'
golang_sha256_checksum: 'ced1b5cfd4e8aa7aff5e6a399ed111e5ed2903ee17aaa79ac0c93565fb229776'
golang_version: '1.21.4'
golang_sha256_checksum: 73cac0215254d0c7d1241fa40837851f3b9a8a742d0b54714cbdfb3feaf8f0af

roles:
- role: alphanodes.setup.golang
Expand Down
1 change: 1 addition & 0 deletions roles/golang/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Go language SDK version number
# use fixed version e.g. '1.20.11' or latest
# see https://go.dev/dl/
golang_version: latest
golang_arch: amd64

Expand Down

0 comments on commit f0dc847

Please sign in to comment.